mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
Update xpub.js
This commit is contained in:
parent
e74e45aa1d
commit
6cfd086648
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ const WalletXpub = () => {
|
||||||
Privacy.disableBlur();
|
Privacy.disableBlur();
|
||||||
};
|
};
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [goBack, walletID, xpub]),
|
}, [goBack, walletID]),
|
||||||
);
|
);
|
||||||
|
|
||||||
const onLayout = e => {
|
const onLayout = e => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue