From 501f0ed150df632c2a58d59ed9bec7fefa007f1d Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 30 Jul 2021 19:50:13 +0200 Subject: [PATCH] small optimization --- ui/page/wallet/view.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/page/wallet/view.jsx b/ui/page/wallet/view.jsx index 868d0a7ce..d0dce8e17 100644 --- a/ui/page/wallet/view.jsx +++ b/ui/page/wallet/view.jsx @@ -159,6 +159,8 @@ const WalletPage = (props: Props) => { } else if (tab === 'payment-history'){ // } else if (1 === 2){ focusPaymentHistoryTab(); + } else { + focusLBCTab() } }, []); @@ -172,7 +174,7 @@ const WalletPage = (props: Props) => { {/* tabs to switch between fiat and lbc */} {/* lbc button */}

{ focusLBCTab(); }}