diff --git a/package.json b/package.json index 770ec9b..ea18cec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "1.0.0", + "version": "1.0.1", "author": "lingdocs.com", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "homepage": "https://verbs.lingdocs.com", diff --git a/src/components/InflectionsTable.tsx b/src/components/InflectionsTable.tsx index 1f39ffd..80511f3 100644 --- a/src/components/InflectionsTable.tsx +++ b/src/components/InflectionsTable.tsx @@ -48,9 +48,7 @@ const InflectionTable = ({ inf, textOptions }: { return (
-
- {!isPluralInfs ? "Inflections" : "Arabic Plural and 2nd Inflection"}: -
+ {!isPluralInfs &&
Inflections
} {!isPluralInfs &&
}