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