mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
Don't show new review data when not looking at last 24 hours
This commit is contained in:
parent
2405c00c1b
commit
656dcc74be
@ -234,12 +234,12 @@ export default function EventView({
|
|||||||
ref={contentRef}
|
ref={contentRef}
|
||||||
className="flex flex-1 flex-wrap content-start gap-2 overflow-y-auto no-scrollbar"
|
className="flex flex-1 flex-wrap content-start gap-2 overflow-y-auto no-scrollbar"
|
||||||
>
|
>
|
||||||
<NewReviewData
|
{filter?.before == undefined && (<NewReviewData
|
||||||
className="absolute w-full z-30"
|
className="absolute w-full z-30"
|
||||||
contentRef={contentRef}
|
contentRef={contentRef}
|
||||||
severity={severity}
|
severity={severity}
|
||||||
pullLatestData={pullLatestData}
|
pullLatestData={pullLatestData}
|
||||||
/>
|
/>)}
|
||||||
|
|
||||||
{reachedEnd && currentItems == null && (
|
{reachedEnd && currentItems == null && (
|
||||||
<div className="size-full flex flex-col justify-center items-center">
|
<div className="size-full flex flex-col justify-center items-center">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user