We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7062d83 commit 65f28b6Copy full SHA for 65f28b6
examples/ecommerce-jewellery-store/src/components/Header.tsx
@@ -84,7 +84,7 @@ const Header: React.FC = () => {
84
offLabel="Client"
85
onChange={handleSwitchChange}
86
/>
87
- <Menu items={languageItems} onSelect={handleMenuSelect} />
+ {/* <Menu items={languageItems} onSelect={handleMenuSelect} /> */}
88
</AppBarSection>
89
</AppBar>
90
);
0 commit comments