mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
Clean up view
This commit is contained in:
parent
ad95b08415
commit
8e70e5d351
@ -276,8 +276,8 @@ export default function DesktopEventView({
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{currentItems != undefined && currentItems.length == 0 && (
|
{reachedEnd && currentItems == null && (
|
||||||
<div className="absolute w-full h-full flex flex-col justify-center items-center">
|
<div className="w-full h-full flex flex-col justify-center items-center">
|
||||||
<LuFolderCheck className="w-16 h-16" />
|
<LuFolderCheck className="w-16 h-16" />
|
||||||
There are no {severity} items to review
|
There are no {severity} items to review
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user