aboutsummaryrefslogtreecommitdiff
path: root/popup
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-19 23:27:46 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-19 23:27:46 +0200
commit9fbf208aab2f29687e7971b9882779f846e3e1d4 (patch)
tree3771c57f00838f5a6b51cb7fe5c2534b600f5022 /popup
parent6a11b512b3b0b528bf51fe55861a9cffa0325e19 (diff)
downloadwallet-core-9fbf208aab2f29687e7971b9882779f846e3e1d4.tar.xz
spacing
Diffstat (limited to 'popup')
-rw-r--r--popup/popup.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/popup/popup.tsx b/popup/popup.tsx
index 121562e31..d58aa1dd3 100644
--- a/popup/popup.tsx
+++ b/popup/popup.tsx
@@ -217,7 +217,8 @@ class WalletBalanceView extends preact.Component<any, any> {
help
</ExtensionLink>
);
- return <div>You have no balance to show. Need some {helpLink}
+ return <div>You have no balance to show. Need some
+ {" "}{helpLink}{" "}
getting started?</div>;
}