mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-15 11:59:21 +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
|
// Save changes to disk
|
||||||
await saveToDisk();
|
await saveToDisk();
|
||||||
presentAlert({ message: msg });
|
presentAlert({ message: msg });
|
||||||
|
|
||||||
// Force refresh on UI
|
// Force refresh on UI
|
||||||
setHideTransactionsInWalletsList(!hideTransactionsInWalletsList);
|
setHideTransactionsInWalletsList(!hideTransactionsInWalletsList);
|
||||||
setTimeout(() => setHideTransactionsInWalletsList(hideTransactionsInWalletsList), 500);
|
setTimeout(() => setHideTransactionsInWalletsList(hideTransactionsInWalletsList), 500);
|
||||||
|
|
Loading…
Add table
Reference in a new issue