gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 02/02: fix #9178


From: gnunet
Subject: [taler-wallet-core] 02/02: fix #9178
Date: Tue, 17 Sep 2024 15:59:12 +0200

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

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

commit edc41030589cb221f9480852c5cd996a52f54dfc
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Sep 17 10:58:43 2024 -0300

    fix #9178
---
 .../merchant-backoffice-ui/src/paths/settings/index.tsx     | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/packages/merchant-backoffice-ui/src/paths/settings/index.tsx 
b/packages/merchant-backoffice-ui/src/paths/settings/index.tsx
index ef7dbd4e4..468bf2268 100644
--- a/packages/merchant-backoffice-ui/src/paths/settings/index.tsx
+++ b/packages/merchant-backoffice-ui/src/paths/settings/index.tsx
@@ -83,19 +83,6 @@ export function Settings({ onClose }: { onClose?: () => void 
}): VNode {
                   </div>
                   <div class="field field-body has-addons is-flex-grow-3">
                     <LangSelector />
-                    &nbsp;
-                    {borwserLang !== undefined && (
-                      <button
-                        data-tooltip={i18n.str`Generate random secret key`}
-                        class="button is-info mr-2"
-                        onClick={(e) => {
-                          update(borwserLang.substring(0, 2));
-                          e.preventDefault()
-                        }}
-                      >
-                        <i18n.Translate>Set default</i18n.Translate>
-                      </button>
-                    )}
                   </div>
                 </div>
                 <InputToggle<Preferences>

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