forked from MapComplete/MapComplete
Fix: fix crash in studio
This commit is contained in:
parent
adae4c447b
commit
b18d575ade
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
{#each allLanguages as language}
|
||||
<option value={language}>
|
||||
{language}
|
||||
{#if $translations[language] !== undefined}
|
||||
{#if $translations?.[language] !== undefined}
|
||||
*
|
||||
{/if}
|
||||
</option>
|
||||
|
|
Loading…
Reference in a new issue