diff --git a/frontend/src/components/forms/ItemEditForm.tsx b/frontend/src/components/forms/ItemEditForm.tsx index 41e2a4ffe..6154913c9 100644 --- a/frontend/src/components/forms/ItemEditForm.tsx +++ b/frontend/src/components/forms/ItemEditForm.tsx @@ -41,6 +41,7 @@ const ItemEditForm: FunctionComponent = ({ }, }); + // Item code2 may be undefined or null if the audio language is Unknown const options = useSelectorOptions( item?.audio_language ?? [], (v) => v.name,