mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
FIX: useFocusEffect dependency array error
This commit is contained in:
parent
1855a8cf6b
commit
55cb3b018c
1 changed files with 0 additions and 1 deletions
|
@ -139,7 +139,6 @@ const LNDCreateInvoice = () => {
|
|||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [wallet]),
|
||||
[],
|
||||
);
|
||||
|
||||
const _keyboardDidShow = () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue