diff --git a/package.json b/package.json
index 4c22f3d..05fb0ef 100644
--- a/package.json
+++ b/package.json
@@ -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",
diff --git a/src/components/InflectionsTable.tsx b/src/components/InflectionsTable.tsx
index 2ff6710..264eee1 100644
--- a/src/components/InflectionsTable.tsx
+++ b/src/components/InflectionsTable.tsx
@@ -53,8 +53,8 @@ const InflectionTable = ({ inf, textOptions }: {
- {"masc" in inf && Masculine }
- {"fem" in inf && Feminine }
+ {"masc" in inf && Masculine }
+ {"fem" in inf && Feminine }