diff --git a/src/pages/popup.tsx b/src/pages/popup.tsx index 7f179366a..fc6d39a0a 100644 --- a/src/pages/popup.tsx +++ b/src/pages/popup.tsx @@ -237,7 +237,7 @@ class WalletBalanceView extends React.Component { ); return (
- + You have no balance to show. Need some {" "}{helpLink}{" "} getting started? @@ -313,9 +313,7 @@ class WalletBalanceView extends React.Component { let linkElem = Trusted Auditors and Exchanges; return (
-

Available Balance

{listing.length > 0 ? listing : this.renderEmpty()} -

Settings

{linkElem}
);