forked from blisstown/campfire
remove redundant parameter from Lang()
This commit is contained in:
parent
1b25e56d0a
commit
7db5ec7fae
24 changed files with 29 additions and 36 deletions
|
@ -7,7 +7,7 @@
|
|||
import PageHeader from '../../lib/ui/core/PageHeader.svelte';
|
||||
import Lang from '$lib/lang';
|
||||
|
||||
const lang = Lang('en_GB');
|
||||
const lang = Lang();
|
||||
|
||||
if (!$account) goto("/");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue