diff --git a/ui/page/wallet/view.jsx b/ui/page/wallet/view.jsx index 5e75b9eb4..edfcdf29a 100644 --- a/ui/page/wallet/view.jsx +++ b/ui/page/wallet/view.jsx @@ -165,7 +165,7 @@ const WalletPage = (props: Props) => { return ( - + {__('LBRY Credits')} {__('Account History')} @@ -173,53 +173,41 @@ const WalletPage = (props: Props) => { - - {/* if the transactions are loading */} - { loading && ( -
- -
- )} - {/* when the transactions are finished loading */} - { !loading && ( - <> - {showIntro ? ( - - ) : ( -
- - -
- )} - - )} - - } - /> +
+
+ {/* if the transactions are loading */} + { loading && ( +
+ +
+ )} + {/* when the transactions are finished loading */} + { !loading && ( + <> + {showIntro ? ( + + ) : ( +
+ + +
+ )} + + )} +
+
- - -
- -
- } - /> +
+ + +
- - -
- -
- } - /> +
+ + +