aboutsummaryrefslogtreecommitdiff
path: root/popup
diff options
context:
space:
mode:
Diffstat (limited to 'popup')
-rw-r--r--popup/popup.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/popup/popup.tsx b/popup/popup.tsx
index d58aa1dd3..5e439417a 100644
--- a/popup/popup.tsx
+++ b/popup/popup.tsx
@@ -270,7 +270,7 @@ class WalletBalanceView extends preact.Component<any, any> {
return i18n`Error: could not retrieve balance information.`;
}
if (!wallet) {
- return this.renderEmpty();
+ return <span></span>;
}
console.log(wallet);
let listing = Object.keys(wallet).map((key) => {