From 0e3c18b21a919f48834ad8f921ecdd5dbb51a552 Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Sat, 26 Apr 2025 08:00:19 +0200 Subject: [PATCH] Remove unused function --- src/components/Group/Settings.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/Group/Settings.tsx b/src/components/Group/Settings.tsx index fd2f9c2..f5a952c 100644 --- a/src/components/Group/Settings.tsx +++ b/src/components/Group/Settings.tsx @@ -11,13 +11,6 @@ import { Box, FormControlLabel, Switch, styled, useTheme } from '@mui/material'; import { enabledDevModeAtom } from '../../atoms/global'; import { useRecoilState } from 'recoil'; -function a11yProps(index: number) { - return { - id: `simple-tab-${index}`, - 'aria-controls': `simple-tabpanel-${index}`, - }; -} - const LocalNodeSwitch = styled(Switch)(({ theme }) => ({ padding: 8, '& .MuiSwitch-track': {