From d8ad220d5fbc360ef61759ac899a5fa72eb45031 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Tue, 14 Sep 2021 20:21:45 -0400 Subject: [PATCH] oops --- package.json | 2 +- src/components/InflectionsTable.tsx | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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 &&
}