mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
Update WalletDetails.tsx
This commit is contained in:
parent
2376ef8be9
commit
a6d66574cd
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue