gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: fixed last auditor-error


From: gnunet
Subject: [taler-wallet-core] branch master updated: fixed last auditor-error
Date: Thu, 18 Jan 2024 14:51:02 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new cb860500b fixed last auditor-error
cb860500b is described below

commit cb860500b5269e6fb18345e8646d906039d36496
Author: Nic Eigel <nic@eigel.ch>
AuthorDate: Thu Jan 18 14:50:50 2024 +0100

    fixed last auditor-error
---
 packages/auditor-backoffice-ui/src/paths/settings/index.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/auditor-backoffice-ui/src/paths/settings/index.tsx 
b/packages/auditor-backoffice-ui/src/paths/settings/index.tsx
index 87bd2fa39..093c3d09d 100644
--- a/packages/auditor-backoffice-ui/src/paths/settings/index.tsx
+++ b/packages/auditor-backoffice-ui/src/paths/settings/index.tsx
@@ -16,7 +16,7 @@ function getBrowserLang(): string | undefined {
 export function Settings({ onClose }: { onClose?: () => void }): VNode {
   const { i18n } = useTranslationContext()
   const borwserLang = getBrowserLang()
-  const { update } = useLang()
+  //const { update } = useLang()
 
   const [value, updateValue] = useSettings()
   const errors: FormErrors<Settings> = {
@@ -60,7 +60,7 @@ export function Settings({ onClose }: { onClose?: () => void 
}): VNode {
                     data-tooltip={i18n.str`generate random secret key`}
                     class="button is-info mr-2"
                     onClick={(e) => {
-                      update(borwserLang.substring(0, 2))
+                      //update(borwserLang.substring(0, 2))
                     }}
                   >
                     <i18n.Translate>Set default</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]