diff --git a/screen/wallets/xpub.js b/screen/wallets/xpub.js index d758e1f6b..3e867c985 100644 --- a/screen/wallets/xpub.js +++ b/screen/wallets/xpub.js @@ -58,7 +58,7 @@ const WalletXpub = () => { Privacy.disableBlur(); }; // eslint-disable-next-line react-hooks/exhaustive-deps - }, [goBack, walletID, xpub]), + }, [goBack, walletID]), ); const onLayout = e => {