gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] branch master updated: -fix FTBFS


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated: -fix FTBFS
Date: Sat, 22 Oct 2022 17:08:11 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 5350bff  -fix FTBFS
5350bff is described below

commit 5350bff5fd60623560c8f2dbb9a6aca38783caef
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Oct 22 17:08:09 2022 +0200

    -fix FTBFS
---
 packages/bank/src/components/menu/NavigationBar.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/bank/src/components/menu/NavigationBar.tsx 
b/packages/bank/src/components/menu/NavigationBar.tsx
index 9e17a93..9e54021 100644
--- a/packages/bank/src/components/menu/NavigationBar.tsx
+++ b/packages/bank/src/components/menu/NavigationBar.tsx
@@ -21,7 +21,7 @@
 
 import { h, VNode } from 'preact';
 import logo from '../../assets/logo.jpeg';
-import { LangSelector } from './LangSelector';
+import { LangSelectorLikePy as LangSelector } from './LangSelector';
 
 interface Props {
   onMobileMenu: () => void;

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