diff --git a/src/popup/popup.tsx b/src/popup/popup.tsx index c59ee3ea8..697162cab 100644 --- a/src/popup/popup.tsx +++ b/src/popup/popup.tsx @@ -306,7 +306,14 @@ class WalletBalanceView extends React.Component { ); }); if (listing.length > 0) { - return
{listing}
; + let link = chrome.extension.getURL("/src/pages/tree.html"); + let linkElem = advanced view; + return ( +
+ {listing} + {linkElem} +
+ ); } return this.renderEmpty(); @@ -470,13 +477,13 @@ function confirmReset() { function WalletDebug(props: any) { return (

Debug tools:

- - -