Merge pull request #2476 from BlueWallet/fix2456

FIX:  Wrong empty screen on LN #2456
This commit is contained in:
GLaDOS 2021-01-09 16:51:57 +00:00 committed by GitHub
commit e7b714d39a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}