From 9cd74f525a54991e1fce51e580acb3dc4c6436a5 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Tue, 14 Sep 2021 19:16:01 +0400 Subject: [PATCH] oops --- src/components/InflectionsTable.tsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/components/InflectionsTable.tsx b/src/components/InflectionsTable.tsx index bb34829..1f39ffd 100644 --- a/src/components/InflectionsTable.tsx +++ b/src/components/InflectionsTable.tsx @@ -18,7 +18,7 @@ const explanation = (inf: T.Inflections | T.PluralInflections, textOptions: T.Te const w = "masc" in inf ? inf.masc[0][0] : inf.fem[0][0]; - return !isPluralInfs ? <> + return isPluralInfs ? null : <>

In Pashto, nouns, pronouns, and adjectives get inflected when they are either: