mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-18 06:08:22 +03:00
Revert "Add config useSWR to DetectionReview component"
This commit is contained in:
parent
f35a257844
commit
b6b3c970c2
@ -570,7 +570,6 @@ function DetectionReview({
|
||||
pullLatestData,
|
||||
}: DetectionReviewProps) {
|
||||
const { t } = useTranslation(["views/events"]);
|
||||
const { data: config } = useSWR<FrigateConfig>("config");
|
||||
|
||||
const reviewTimelineRef = useRef<HTMLDivElement>(null);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user