From 0538eaeba3b5e28374e4119a11191986b1fb7559 Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 18 Jun 2025 15:20:35 +0100 Subject: [PATCH] fix: build --- ui_src/src/components/mirror-suggestions.tsx | 1 - 1 file changed, 1 deletion(-) 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();