FIX: Wrong empty screen on LN #2456

This commit is contained in:
marcosrdz 2021-01-08 11:19:34 -05:00
parent 25852b75f7
commit 72621c2e76

View File

@ -162,7 +162,7 @@ const WalletTransactions = () => {
);
const isLightning = () => {
const w = wallet;
const w = wallet.current;
if (w && w.chain === Chain.OFFCHAIN) {
return true;
}