mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
parent
a6d66574cd
commit
63a3c61534
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