From 07a3aa57ca9541cff43ed118e466e87420df762a Mon Sep 17 00:00:00 2001 From: Bill D Date: Fri, 30 Apr 2021 19:26:05 +0300 Subject: [PATCH] inflection table format --- package.json | 2 +- src/components/InflectionsTable.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4c22f3d..05fb0ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "0.4.0", + "version": "0.4.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 2ff6710..264eee1 100644 --- a/src/components/InflectionsTable.tsx +++ b/src/components/InflectionsTable.tsx @@ -53,8 +53,8 @@ const InflectionTable = ({ inf, textOptions }: { - {"masc" in inf && Masculine} - {"fem" in inf && Feminine} + {"masc" in inf && Masculine} + {"fem" in inf && Feminine}