mirror of
https://github.com/web3privacy/w3ps1.git
synced 2024-10-15 16:26:26 +02:00
hide program
This commit is contained in:
parent
8dd2339f90
commit
85a74fa1a9
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
const account = getAccount();
|
const account = getAccount();
|
||||||
web3store.set(account);
|
web3store.set(account);
|
||||||
claimed = {};
|
claimed = {};
|
||||||
userBadges = await checkBadges(account.address);
|
userBadges = (await checkBadges(account.address))s;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue