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: