Skip to content

Commit

Permalink
fix liner
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymczakJ committed Feb 15, 2024
1 parent 9986341 commit 2ed0371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/Wallet/WalletPage/WalletPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ function WalletPage({bankAccountList, cardList, fundList, isLoadingPaymentMethod
return null;
}

if (true) {
if (hasActivatedWallet) {
return (
<MenuItem
ref={buttonRef}
Expand Down

0 comments on commit 2ed0371

Please sign in to comment.