gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: remove link


From: gnunet
Subject: [taler-wallet-core] branch master updated: remove link
Date: Mon, 27 Nov 2023 18:48:50 +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 7c5b3e0b5 remove link
7c5b3e0b5 is described below

commit 7c5b3e0b53754e030c44a8cdd211fce7847410be
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Nov 27 14:48:44 2023 -0300

    remove link
---
 packages/demobank-ui/src/pages/admin/AccountList.tsx | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/packages/demobank-ui/src/pages/admin/AccountList.tsx 
b/packages/demobank-ui/src/pages/admin/AccountList.tsx
index 7d6cfaf7d..8350cefd9 100644
--- a/packages/demobank-ui/src/pages/admin/AccountList.tsx
+++ b/packages/demobank-ui/src/pages/admin/AccountList.tsx
@@ -119,19 +119,6 @@ export function AccountList({ onRemoveAccount, 
onShowAccountDetails, onUpdateAcc
                           change password
                         </a>
                         <br />
-                        {config.allow_conversion ?
-                          <Fragment>
-
-                            <a href="#" class="text-indigo-600 
hover:text-indigo-900" onClick={(e) => {
-                              e.preventDefault();
-                              onShowCashoutForAccount(item.username)
-                            }}
-                            >
-                              cashouts
-                            </a>
-                            <br />
-                          </Fragment>
-                          : undefined}
                         {noBalance ?
                           <a href="#" class="text-indigo-600 
hover:text-indigo-900" onClick={(e) => {
                             e.preventDefault();

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