diff --git a/ui_src/src/components/mirror-suggestions.tsx b/ui_src/src/components/mirror-suggestions.tsx index 2121356..f6ddeb2 100644 --- a/ui_src/src/components/mirror-suggestions.tsx +++ b/ui_src/src/components/mirror-suggestions.tsx @@ -29,7 +29,6 @@ export default function MirrorSuggestions({ servers }: MirrorSuggestionsProps) { const [suggestions, setSuggestions] = useState([]); const [loading, setLoading] = useState(false); const [error, setError] = useState(); - const [mirroring, setMirroring] = useState>(new Set()); const [mirrorAllProgress, setMirrorAllProgress] = useState(null); const pub = usePublisher();