diff --git a/website/src/screens/EntryEditor.tsx b/website/src/screens/EntryEditor.tsx index d6127a3..7d061fb 100644 --- a/website/src/screens/EntryEditor.tsx +++ b/website/src/screens/EntryEditor.tsx @@ -12,7 +12,6 @@ import { Link } from "react-router-dom"; import { VPExplorer } from "@lingdocs/pashto-inflector"; import { entryFeeder } from "../lib/dictionary"; import { - ConjugationViewer, InflectionsTable, inflectWord, Types as T, @@ -355,11 +354,19 @@ function EntryEditor({ isolatedEntry, dictionary, searchParams, textOptions, use handleLinkClick="none" /> } - + {typePredicates.isVerbEntry({ entry, complement }) &&
+ +
} } ; }