From a91ae1b1f354f62985a1610632f0509017a81a1f Mon Sep 17 00:00:00 2001 From: adueck Date: Wed, 21 Aug 2024 17:07:24 -0400 Subject: [PATCH] fix inflections display --- website/src/components/EntryInflections.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (