merchant-backoffice

ZZZ: Inactive/Deprecated
Log | Files | Refs | Submodules | README

commit 5350bff5fd60623560c8f2dbb9a6aca38783caef
parent 0c11f95fdf68764eb13221d979ada143080f6e4f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 22 Oct 2022 17:08:09 +0200

-fix FTBFS

Diffstat:
Mpackages/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 @@ -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;