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

@@ -81,9 +81,8 @@ const releaseTransaction = async ({ e2eId }: any) => {
walletAddress.value.toLowerCase()
);
await blockchain.updateWalletStatus();
loadingRelease.value = false;
blockchain.updateWalletStatus();
}
};
</script>