diff --git a/ui/page/wallet/view.jsx b/ui/page/wallet/view.jsx index c1936b505..3ed8bfcc0 100644 --- a/ui/page/wallet/view.jsx +++ b/ui/page/wallet/view.jsx @@ -64,7 +64,6 @@ const WalletPage = (props: Props) => { } push(url); } - // @endif const { totalBalance } = props; @@ -89,22 +88,17 @@ const WalletPage = (props: Props) => {
- {/* if the transactions are loading */} {loading && (
)} - {/* when the transactions are finished loading */} {!loading && ( <> - {showIntro ? ( - - ) : ( -
- -
- )} + {showIntro && } +
+ +
)}