gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] branch master updated: revert layout c


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: revert layout changes
Date: Sat, 29 Apr 2017 00:05:41 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new bb6d831  revert layout changes
bb6d831 is described below

commit bb6d8317a5ff672fccdb0a35e55077521827a48d
Author: Florian Dold <address@hidden>
AuthorDate: Sat Apr 29 00:05:39 2017 +0200

    revert layout changes
---
 src/pages/popup.tsx | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/pages/popup.tsx b/src/pages/popup.tsx
index 7f17936..fc6d39a 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>
     );

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]