remove comment

This commit is contained in:
Proddy
2023-02-11 18:43:38 +01:00
parent ac5635b671
commit d42cd8ebf9

View File

@@ -15,7 +15,6 @@ const RouterTabs: FC<RouterTabsProps> = ({ value, children }) => {
const theme = useTheme();
const smallDown = useMediaQuery(theme.breakpoints.down('sm'));
// TODO fix this
const handleTabChange = (event: React.ChangeEvent<{}>, path: string) => {
navigate(path);
};