Update xpub.js

This commit is contained in:
Marcos Rodriguez Vélez 2021-09-27 19:28:49 -04:00
parent e74e45aa1d
commit 6cfd086648
No known key found for this signature in database
GPG key ID: 0D64671698D11C5C

View file

@ -58,7 +58,7 @@ const WalletXpub = () => {
Privacy.disableBlur();
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [goBack, walletID, xpub]),
}, [goBack, walletID]),
);
const onLayout = e => {