From bb6d8317a5ff672fccdb0a35e55077521827a48d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 29 Apr 2017 00:05:39 +0200 Subject: revert layout changes --- src/pages/popup.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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}
); -- cgit v1.2.3