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}
 | 
					      {#each allLanguages as language}
 | 
				
			||||||
        <option value={language}>
 | 
					        <option value={language}>
 | 
				
			||||||
          {language}
 | 
					          {language}
 | 
				
			||||||
          {#if $translations[language] !== undefined}
 | 
					          {#if $translations?.[language] !== undefined}
 | 
				
			||||||
            *
 | 
					            *
 | 
				
			||||||
          {/if}
 | 
					          {/if}
 | 
				
			||||||
        </option>
 | 
					        </option>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue