mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +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}
|
||||
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"
|
||||
contentRef={contentRef}
|
||||
severity={severity}
|
||||
pullLatestData={pullLatestData}
|
||||
/>
|
||||
/>)}
|
||||
|
||||
{reachedEnd && currentItems == null && (
|
||||
<div className="size-full flex flex-col justify-center items-center">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user