bug highlighting past participle
This commit is contained in:
parent
2a090751c2
commit
9af7a91253
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "3.2.2",
|
"version": "3.2.3",
|
||||||
"author": "lingdocs.com",
|
"author": "lingdocs.com",
|
||||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||||
"homepage": "https://verbs.lingdocs.com",
|
"homepage": "https://verbs.lingdocs.com",
|
||||||
|
|
|
@ -160,7 +160,7 @@ export function RootsAndStems({ textOptions, info, hidePastParticiple, highlight
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{!hidePastParticiple && <div className="text-center" style={highlighted?.includes("imperfective stem") ? highlight : {}}>
|
{!hidePastParticiple && <div className="text-center" style={highlighted?.includes("past participle") ? highlight : {}}>
|
||||||
<div style={title}>Past Participle</div>
|
<div style={title}>Past Participle</div>
|
||||||
<VerbInfoItemDisplay
|
<VerbInfoItemDisplay
|
||||||
item={pickPersInf(info.participle.past, persInf)}
|
item={pickPersInf(info.participle.past, persInf)}
|
||||||
|
|
Loading…
Reference in New Issue