gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: backup section link justInDev


From: gnunet
Subject: [taler-wallet-core] branch master updated: backup section link justInDevMode
Date: Wed, 18 Jan 2023 16:06:48 +0100

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

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new fb4896cf1 backup section link justInDevMode
fb4896cf1 is described below

commit fb4896cf183f34fa0d3648415befd385ed1222a4
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Jan 18 12:06:37 2023 -0300

    backup section link justInDevMode
---
 packages/taler-wallet-webextension/src/NavigationBar.tsx | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/packages/taler-wallet-webextension/src/NavigationBar.tsx 
b/packages/taler-wallet-webextension/src/NavigationBar.tsx
index 1c26450f7..aa2238753 100644
--- a/packages/taler-wallet-webextension/src/NavigationBar.tsx
+++ b/packages/taler-wallet-webextension/src/NavigationBar.tsx
@@ -152,9 +152,11 @@ export function PopupNavBar({ path }: { path?: 
PopupNavBarOptions }): VNode {
       <a href={Pages.balance} class={path === "balance" ? "active" : ""}>
         <i18n.Translate>Balance</i18n.Translate>
       </a>
-      <a href={Pages.backup} class={path === "backup" ? "active" : ""}>
-        <i18n.Translate>Backup</i18n.Translate>
-      </a>
+      <JustInDevMode>
+        <a href={Pages.backup} class={path === "backup" ? "active" : ""}>
+          <i18n.Translate>Backup</i18n.Translate>
+        </a>
+      </JustInDevMode>
       <div style={{ display: "flex", paddingTop: 4, justifyContent: "right" }}>
         {attentionCount > 0 ? (
           <a href={Pages.notifications}>
@@ -205,9 +207,11 @@ export function WalletNavBar({ path }: { path?: 
WalletNavBarOptions }): VNode {
         <a href={Pages.balance} class={path === "balance" ? "active" : ""}>
           <i18n.Translate>Balance</i18n.Translate>
         </a>
-        <a href={Pages.backup} class={path === "backup" ? "active" : ""}>
-          <i18n.Translate>Backup</i18n.Translate>
-        </a>
+        <JustInDevMode>
+          <a href={Pages.backup} class={path === "backup" ? "active" : ""}>
+            <i18n.Translate>Backup</i18n.Translate>
+          </a>
+        </JustInDevMode>
 
         {attentionCount > 0 ? (
           <a href={Pages.notifications}>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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