diff --git a/web/src/AppBar.jsx b/web/src/AppBar.jsx index 6c4b047ce..e99f8be71 100644 --- a/web/src/AppBar.jsx +++ b/web/src/AppBar.jsx @@ -72,9 +72,9 @@ export default function AppBar() { - + handleSetViewMode(e.target.value)} > diff --git a/web/src/components/Menu.jsx b/web/src/components/Menu.jsx index 173c25612..5f47117c9 100644 --- a/web/src/components/Menu.jsx +++ b/web/src/components/Menu.jsx @@ -38,7 +38,7 @@ export function MenuItem({ children, focus, icon: Icon, label, href, onSelect, v ) : null} - {label} + {label} {children} );