hide program

This commit is contained in:
tree🌴 2023-04-25 08:30:14 +02:00
parent 8dd2339f90
commit 85a74fa1a9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}); });
} }