mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
remove comment
This commit is contained in:
@@ -15,7 +15,6 @@ const RouterTabs: FC<RouterTabsProps> = ({ value, children }) => {
|
|||||||
const theme = useTheme();
|
const theme = useTheme();
|
||||||
const smallDown = useMediaQuery(theme.breakpoints.down('sm'));
|
const smallDown = useMediaQuery(theme.breakpoints.down('sm'));
|
||||||
|
|
||||||
// TODO fix this
|
|
||||||
const handleTabChange = (event: React.ChangeEvent<{}>, path: string) => {
|
const handleTabChange = (event: React.ChangeEvent<{}>, path: string) => {
|
||||||
navigate(path);
|
navigate(path);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user