Revert "Update WalletDetails.tsx"

This reverts commit a6d66574cd.
This commit is contained in:
Marcos Rodriguez Velez 2025-03-02 18:22:58 -04:00
parent a6d66574cd
commit 63a3c61534

View file

@ -405,7 +405,7 @@ const WalletDetails: React.FC = () => {
// Save changes to disk
await saveToDisk();
presentAlert({ message: msg });
// Force refresh on UI
setHideTransactionsInWalletsList(!hideTransactionsInWalletsList);
setTimeout(() => setHideTransactionsInWalletsList(hideTransactionsInWalletsList), 500);