diff --git a/client/src/components/ServerStorages.tsx b/client/src/components/ServerStorages.tsx index 85aaf23..283e3aa 100644 --- a/client/src/components/ServerStorages.tsx +++ b/client/src/components/ServerStorages.tsx @@ -4,7 +4,7 @@ import { useStorages } from '../hooks/swrHooks' import { Loader, Table } from '@mantine/core' export default function ServerStorage() { - const [selectedOption, setSelectedOption] = useState(null) + const [selectedOption] = useState(null) const { storages, isLoading: serversLoading } = useStorages(selectedOption?.id, 0, 10)