Fixed UTM display.

This commit is contained in:
Mike Cao 2024-03-21 13:33:48 -07:00
parent 58df502d43
commit a509336bef
2 changed files with 6 additions and 5 deletions

View file

@ -20,7 +20,7 @@ export function LanguageSetting() {
const handleReset = () => saveLocale(DEFAULT_LOCALE);
const renderValue = (value: string | number) => languages[value].label;
const renderValue = (value: string | number) => languages?.[value]?.label;
return (
<Flexbox gap={10}>