diff --git a/website/src/components/EntryInflections.tsx b/website/src/components/EntryInflections.tsx index 8908cde..0f4b5b1 100644 --- a/website/src/components/EntryInflections.tsx +++ b/website/src/components/EntryInflections.tsx @@ -24,7 +24,7 @@ export default function EntryInflections({ if (inf === "error") { return

Error inflecting word!

; } - if (!inf || !inf.inflections) { + if (!inf) { return null; } return (