improve list component css

This commit is contained in:
RcleydsonR
2022-12-14 20:13:59 -03:00
parent c9c19adac6
commit 37f7a05197
3 changed files with 24 additions and 26 deletions

View File

@@ -21,7 +21,7 @@ const updateWalletStatus = async () => {
const walletAddress = await provider.send("eth_requestAccounts", []);
const balance = await contract.balanceOf(walletAddress[0]);
+etherStore.setBalance(formatBigNumber(balance));
etherStore.setBalance(formatBigNumber(balance));
etherStore.setWalletAddress(ethers.utils.getAddress(walletAddress[0]));
};