Revert "Add config useSWR to DetectionReview component"

This commit is contained in:
ibs0d 2026-03-15 13:36:49 +11:00 committed by GitHub
parent f35a257844
commit b6b3c970c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -570,7 +570,6 @@ function DetectionReview({
pullLatestData, pullLatestData,
}: DetectionReviewProps) { }: DetectionReviewProps) {
const { t } = useTranslation(["views/events"]); const { t } = useTranslation(["views/events"]);
const { data: config } = useSWR<FrigateConfig>("config");
const reviewTimelineRef = useRef<HTMLDivElement>(null); const reviewTimelineRef = useRef<HTMLDivElement>(null);