This commit is contained in:
tree 2023-04-25 08:30:14 +02:00
rodič 8dd2339f90
revize 85a74fa1a9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

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