remove redundant parameter from Lang()
This commit is contained in:
parent
1b25e56d0a
commit
7db5ec7fae
24 changed files with 29 additions and 36 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
export let post;
|
||||
|
||||
const lang = Lang('en_GB');
|
||||
const lang = Lang();
|
||||
|
||||
let open = false;
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue