mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 23:38:57 +01:00
Merge pull request #2476 from BlueWallet/fix2456
FIX: Wrong empty screen on LN #2456
This commit is contained in:
commit
e7b714d39a
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ const WalletTransactions = () => {
|
||||||
);
|
);
|
||||||
|
|
||||||
const isLightning = () => {
|
const isLightning = () => {
|
||||||
const w = wallet;
|
const w = wallet.current;
|
||||||
if (w && w.chain === Chain.OFFCHAIN) {
|
if (w && w.chain === Chain.OFFCHAIN) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue