gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: missing removal


From: gnunet
Subject: [taler-wallet-core] branch master updated: missing removal
Date: Tue, 20 Jun 2023 15:55:18 +0200

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 a86c948fc missing removal
a86c948fc is described below

commit a86c948fc9e44e3503cd19776c3eb6410ea3d674
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Jun 20 10:55:12 2023 -0300

    missing removal
---
 .../src/wallet/DestinationSelection/views.tsx                      | 7 -------
 1 file changed, 7 deletions(-)

diff --git 
a/packages/taler-wallet-webextension/src/wallet/DestinationSelection/views.tsx 
b/packages/taler-wallet-webextension/src/wallet/DestinationSelection/views.tsx
index 246e42fbb..c230c1490 100644
--- 
a/packages/taler-wallet-webextension/src/wallet/DestinationSelection/views.tsx
+++ 
b/packages/taler-wallet-webextension/src/wallet/DestinationSelection/views.tsx
@@ -194,7 +194,6 @@ export function ReadyView(props: State.Ready): VNode {
 export function ReadyGetView({
   amountHandler,
   goToBank,
-  mode,
   goToWallet,
   selectCurrency,
   previous,
@@ -212,12 +211,6 @@ export function ReadyGetView({
           required
           handler={amountHandler}
         />
-        <Checkbox
-          label={i18n.str`Raw mode`}
-          name="rawMode"
-          enabled={mode.value!}
-          onToggle={mode.button.onClick!}
-        />
 
         <Button onClick={selectCurrency.onClick}>
           <i18n.Translate>Change currency</i18n.Translate>

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