Merge pull request #49 from ibs0d/revert-48-claude/fix-video-stretch-history-ansQF

Revert "Add config useSWR to DetectionReview component"
This commit is contained in:
ibs0d 2026-03-15 13:37:03 +11:00 committed by GitHub
commit da50c9660b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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