mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
Update ImportWalletDiscovery.tsx
This commit is contained in:
parent
f74e4abf18
commit
dc0bc3e827
1 changed files with 2 additions and 1 deletions
|
@ -140,7 +140,8 @@ const ImportWalletDiscovery: React.FC = () => {
|
|||
return () => {
|
||||
task.current?.stop();
|
||||
};
|
||||
}, [askPassphrase, importText, navigation, saveWallet, searchAccounts]);
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, []);
|
||||
|
||||
const handleCustomDerivation = () => {
|
||||
task.current?.stop();
|
||||
|
|
Loading…
Add table
Reference in a new issue