fix inflections display
This commit is contained in:
parent
50fe74aacd
commit
a91ae1b1f3
|
@ -24,7 +24,7 @@ export default function EntryInflections({
|
|||
if (inf === "error") {
|
||||
return <h4>Error inflecting word!</h4>;
|
||||
}
|
||||
if (!inf || !inf.inflections) {
|
||||
if (!inf) {
|
||||
return null;
|
||||
}
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue