diff --git a/web/src/components/card/AnimatedEventCard.tsx b/web/src/components/card/AnimatedEventCard.tsx index b2a4750a9..6123fa72b 100644 --- a/web/src/components/card/AnimatedEventCard.tsx +++ b/web/src/components/card/AnimatedEventCard.tsx @@ -13,6 +13,7 @@ import { } from "../player/PreviewThumbnailPlayer"; import { isCurrentHour } from "@/utils/dateUtil"; import { useCameraPreviews } from "@/hooks/use-camera-previews"; +import { baseUrl } from "@/api/baseUrl"; type AnimatedEventCardProps = { event: ReviewSegment; @@ -105,18 +106,11 @@ export function AnimatedEventCard({ event }: AnimatedEventCardProps) { windowVisible={windowVisible} /> ) : ( - {}} - setIgnoreClick={() => {}} - isPlayingBack={() => {}} - windowVisible={windowVisible} /> )}