From d6bf24902a34f2094363121c8d9f4d54db6f7b6c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 28 Apr 2017 23:28:27 +0200 Subject: implement new reserve creation dialog and auditor management --- src/pages/popup.tsx | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'src/pages/popup.tsx') diff --git a/src/pages/popup.tsx b/src/pages/popup.tsx index c8d52b45c..7f179366a 100644 --- a/src/pages/popup.tsx +++ b/src/pages/popup.tsx @@ -309,18 +309,16 @@ class WalletBalanceView extends React.Component {

); }); - if (listing.length > 0) { - let link = chrome.extension.getURL("/src/pages/auditors.html"); - let linkElem = auditors; - return ( -
- {listing} - {linkElem} -
- ); - } - - return this.renderEmpty(); + let link = chrome.extension.getURL("/src/pages/auditors.html"); + let linkElem = Trusted Auditors and Exchanges; + return ( +
+

Available Balance

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

Settings

+ {linkElem} +
+ ); } } -- cgit v1.2.3