mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-20 07:08:23 +03:00
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:
commit
da50c9660b
@ -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);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user