File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import * as R from "remeda";
99import { HamburgerButton } from "./HamburgerButton" ;
1010import { MobileLanguageToggle } from "./MobileLanguageToggle" ;
1111import { SignInButton } from "../../SignInButton" ;
12- import { ScanCodeButton } from "../../UserScanCodeButton" ;
12+ // import { ScanCodeButton } from "../../UserScanCodeButton";
1313
1414type MenuType = BackendAPISchemas . NestedSiteMapSchema ;
1515
@@ -200,7 +200,7 @@ export const MobileNavigation: React.FC<MobileNavigationProps> = ({ isOpen, onCl
200200 < Stack alignItems = "center" justifyContent = "center" sx = { { flex : 1 } } >
201201 < MobileLanguageToggle isMainPath = { isMainPath } />
202202 </ Stack >
203- < ScanCodeButton />
203+ { /* <ScanCodeButton /> */ }
204204 < Stack alignItems = "center" justifyContent = "center" sx = { { flex : 1 } } >
205205 < SignInButton isMobile isMainPath = { isMainPath } onClose = { handleClose } />
206206 </ Stack >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { useAppContext } from "../../../contexts/app_context";
1111import { CartBadgeButton } from "../CartBadgeButton" ;
1212import LanguageSelector from "../LanguageSelector" ;
1313import { SignInButton } from "../SignInButton" ;
14- import { ScanCodeIconButton } from "../UserScanCodeButton" ;
14+ // import { ScanCodeIconButton } from "../UserScanCodeButton";
1515import { MobileHeader } from "./Mobile/MobileHeader" ;
1616
1717type MenuType = BackendAPISchemas . NestedSiteMapSchema ;
@@ -149,7 +149,7 @@ const Header: React.FC = () => {
149149 < Stack direction = "row" alignItems = "center" gap = { 1 } sx = { { marginLeft : "auto" } } >
150150 < LanguageSelector />
151151 < CartBadgeButton />
152- < ScanCodeIconButton />
152+ { /* <ScanCodeIconButton /> */ }
153153 < SignInButton />
154154 </ Stack >
155155 </ NavSideElementContainer >
You can’t perform that action at this time.
0 commit comments