diff --git a/screen/wallets/ImportWalletDiscovery.tsx b/screen/wallets/ImportWalletDiscovery.tsx index 260bbdbbd..a96597da3 100644 --- a/screen/wallets/ImportWalletDiscovery.tsx +++ b/screen/wallets/ImportWalletDiscovery.tsx @@ -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();