From d42cd8ebf95aedb1ddd3b18962b845f209a96953 Mon Sep 17 00:00:00 2001 From: Proddy Date: Sat, 11 Feb 2023 18:43:38 +0100 Subject: [PATCH] remove comment --- interface/src/components/routing/RouterTabs.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/components/routing/RouterTabs.tsx b/interface/src/components/routing/RouterTabs.tsx index 6683c4f35..7a4adf531 100644 --- a/interface/src/components/routing/RouterTabs.tsx +++ b/interface/src/components/routing/RouterTabs.tsx @@ -15,7 +15,6 @@ const RouterTabs: FC = ({ value, children }) => { const theme = useTheme(); const smallDown = useMediaQuery(theme.breakpoints.down('sm')); - // TODO fix this const handleTabChange = (event: React.ChangeEvent<{}>, path: string) => { navigate(path); };