inflection table format
This commit is contained in:
parent
24a245f41e
commit
07a3aa57ca
|
@ -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",
|
||||
|
|
|
@ -53,8 +53,8 @@ const InflectionTable = ({ inf, textOptions }: {
|
|||
<thead>
|
||||
<tr>
|
||||
<th scope="col" style={{ width: "3.5rem" }}></th>
|
||||
{"masc" in inf && <th scope="col" style={{ maxWidth: "10rem" }}>Masculine</th>}
|
||||
{"fem" in inf && <th scope="col" style={{ maxWidth: "10rem" }}>Feminine</th>}
|
||||
{"masc" in inf && <th scope="col" style={{ maxWidth: "10rem", textAlign: "left" }}>Masculine</th>}
|
||||
{"fem" in inf && <th scope="col" style={{ maxWidth: "10rem", textAlign: "left" }}>Feminine</th>}
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
Loading…
Reference in New Issue