aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-04-29 00:05:39 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-04-29 00:05:39 +0200
commitbb6d8317a5ff672fccdb0a35e55077521827a48d (patch)
tree2a5e5882e2e789f4173e484a8b11319ea9608a00
parent89067a16dd9958d2d868090ef1d14a6512a0e68b (diff)
downloadwallet-core-bb6d8317a5ff672fccdb0a35e55077521827a48d.tar.xz
revert layout changes
-rw-r--r--src/pages/popup.tsx4
1 files changed, 1 insertions, 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<any, any> {
);
return (
<div>
- <i18n.Translate>
+ <i18n.Translate wrap="p">
You have no balance to show. Need some
{" "}<span>{helpLink}</span>{" "}
getting started?
@@ -313,9 +313,7 @@ class WalletBalanceView extends React.Component<any, any> {
let linkElem = <a className="actionLink" href={link} target="_blank">Trusted Auditors and Exchanges</a>;
return (
<div>
- <h2>Available Balance</h2>
{listing.length > 0 ? listing : this.renderEmpty()}
- <h2>Settings</h2>
{linkElem}
</div>
);