mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 02:09:10 +01:00
FIX: Wrong empty screen on LN #2456
This commit is contained in:
parent
25852b75f7
commit
72621c2e76
@ -162,7 +162,7 @@ const WalletTransactions = () => {
|
||||
);
|
||||
|
||||
const isLightning = () => {
|
||||
const w = wallet;
|
||||
const w = wallet.current;
|
||||
if (w && w.chain === Chain.OFFCHAIN) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user