gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] branch master updated: removing transfer unt


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated: removing transfer until ready
Date: Thu, 29 Apr 2021 15:44:07 +0200

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

sebasjm pushed a commit to branch master
in repository merchant-backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new 744c1d2  removing transfer until ready
744c1d2 is described below

commit 744c1d2e9258352218d5fe05f9c6c31afdf55476
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Apr 29 10:43:40 2021 -0300

    removing transfer until ready
---
 packages/frontend/src/components/menu/SideBar.tsx             | 4 ++--
 packages/frontend/src/paths/instance/tips/list/Table.tsx      | 2 +-
 packages/frontend/src/paths/instance/transfers/list/Table.tsx | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/frontend/src/components/menu/SideBar.tsx 
b/packages/frontend/src/components/menu/SideBar.tsx
index 11eca1a..bde247a 100644
--- a/packages/frontend/src/components/menu/SideBar.tsx
+++ b/packages/frontend/src/components/menu/SideBar.tsx
@@ -67,12 +67,12 @@ export function Sidebar({ mobile, instance, onLogout, admin 
}: Props): VNode {
               <span class="menu-item-label">Products</span>
             </a>
           </li>
-          <li>
+          {/* <li>
             <a href="/transfers" class="has-icon">
               <span class="icon"><i class="mdi mdi-bank" /></span>
               <span class="menu-item-label">Transfers</span>
             </a>
-          </li>
+          </li> */}
           {/* <li>
             <a href="/tips" class="has-icon">
               <span class="icon"><i class="mdi mdi-cash" /></span>
diff --git a/packages/frontend/src/paths/instance/tips/list/Table.tsx 
b/packages/frontend/src/paths/instance/tips/list/Table.tsx
index 8ae073e..92c067e 100644
--- a/packages/frontend/src/paths/instance/tips/list/Table.tsx
+++ b/packages/frontend/src/paths/instance/tips/list/Table.tsx
@@ -145,6 +145,6 @@ function EmptyTable(): VNode {
     <p>
       <span class="icon is-large"><i class="mdi mdi-emoticon-sad mdi-48px" 
/></span>
     </p>
-    <p><Message id="There is no instances yet, add more pressing the + sign" 
/></p>
+    <p><Message id="There is no tips yet, add more pressing the + sign" /></p>
   </div>
 }
diff --git a/packages/frontend/src/paths/instance/transfers/list/Table.tsx 
b/packages/frontend/src/paths/instance/transfers/list/Table.tsx
index f749c44..22282f5 100644
--- a/packages/frontend/src/paths/instance/transfers/list/Table.tsx
+++ b/packages/frontend/src/paths/instance/transfers/list/Table.tsx
@@ -144,7 +144,7 @@ function EmptyTable(): VNode {
     <p>
       <span class="icon is-large"><i class="mdi mdi-emoticon-sad mdi-48px" 
/></span>
     </p>
-    <p><Message id="There is no instances yet, add more pressing the + sign" 
/></p>
+    <p><Message id="There is no transfer yet, add more pressing the + sign" 
/></p>
   </div>
 }
 

-- 
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]