Remove call to nonexistent var on word submit for upload
This commit is contained in:
parent
abb8511999
commit
f39dd886b1
|
@ -175,7 +175,7 @@ export function submitWordForm() {
|
|||
addWord(word);
|
||||
sortWords(true);
|
||||
|
||||
if (upload && hasToken()) {
|
||||
if (hasToken()) {
|
||||
import('./account/index.js').then(account => {
|
||||
account.uploadWord(word);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue