forked from MapComplete/MapComplete
Attempt to fix #2038
This commit is contained in:
parent
c8adf8dc48
commit
9380e8f5b0
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
|||
export let clss: string = ""
|
||||
|
||||
let language = Locale.language
|
||||
let lang = t.actualLanguage($language)
|
||||
let txt: string = t.textFor($language)
|
||||
let lang = t?.actualLanguage($language)
|
||||
let txt: string = t?.textFor($language)
|
||||
let specs: RenderingSpecification[] = []
|
||||
$: {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue