Skip to content

Commit

Permalink
inflection table touchup
Browse files Browse the repository at this point in the history
  • Loading branch information
adueck committed Jun 13, 2024
1 parent 38746a1 commit 7b3ac0d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pashto-inflector",
"version": "7.1.0",
"version": "7.1.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",
Expand Down
4 changes: 2 additions & 2 deletions src/components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingdocs/ps-react",
"version": "7.1.0",
"version": "7.1.1",
"description": "Pashto inflector library module with React components",
"main": "dist/components/library.js",
"module": "dist/components/library.js",
Expand Down
4 changes: 1 addition & 3 deletions src/components/src/InflectionsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@ const InflectionTable = ({
: ["Plural", "2nd Inf."]
).map((title, i) => (
<tr key={title}>
<th scope="row" style={{ textAlign: "left" }}>
{title}
</th>
<th scope="row">{title}</th>
{"masc" in inf && (
<TableCell
item={inf.masc[i]}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingdocs/inflect",
"version": "7.1.0",
"version": "7.1.1",
"description": "Pashto inflector library",
"main": "dist/index.js",
"types": "dist/lib/library.d.ts",
Expand Down

0 comments on commit 7b3ac0d

Please sign in to comment.