aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-08-07 06:51:10 -0300
committerSebastian <sebasjm@gmail.com>2023-08-07 08:14:44 -0300
commit7d1621767cec57e9e7217f620844655279ab1af5 (patch)
treef171293fc160dd9447e7f7f8a6bfb6917ac98e19 /packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx
parent8eb0183c784865225569da1fa1f91a8038693405 (diff)
downloadwallet-core-7d1621767cec57e9e7217f620844655279ab1af5.tar.gz
wallet-core-7d1621767cec57e9e7217f620844655279ab1af5.tar.bz2
wallet-core-7d1621767cec57e9e7217f620844655279ab1af5.zip
ui settings view
Diffstat (limited to 'packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx')
-rw-r--r--packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx b/packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx
index 9624a2c38..9f1b33893 100644
--- a/packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx
+++ b/packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx
@@ -20,7 +20,6 @@
*/
import { h, VNode } from "preact";
-import { LangSelector } from "./LangSelector.js";
import logo from "../../assets/logo-2021.svg";
interface Props {
@@ -65,7 +64,6 @@ export function NavigationBar({ onMobileMenu, title }: Props): VNode {
</a>
<div class="navbar-end">
<div class="navbar-item" style={{ paddingTop: 4, paddingBottom: 4 }}>
- <LangSelector />
</div>
</div>
</div>