From 074f028439d6edbad68746ae54aa32d62f872b3a Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Fri, 9 Jul 2021 15:42:55 +0300 Subject: [PATCH] format not big space below FormsDisplay --- package.json | 2 +- src/components/ConjugationViewer.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 839ae62..ef36940 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "0.7.0", + "version": "0.7.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/ConjugationViewer.tsx b/src/components/ConjugationViewer.tsx index 176634e..c7dc1eb 100644 --- a/src/components/ConjugationViewer.tsx +++ b/src/components/ConjugationViewer.tsx @@ -244,7 +244,7 @@ function ConjugationViewer({ entry, complement, textOptions, aayTailType, showOn negative: state.negative, sentenceLevel, englishConjugation, - }); + }) return
{"transitive" in conjugation &&
@@ -424,7 +424,7 @@ function FormsDisplay({ forms, state, handleChange, textOptions, verbConj }: { })}
} - return
+ return
{drawLevel(forms, 0)}
; }