Clean up view

This commit is contained in:
Nicolas Mowen 2024-02-26 12:41:50 -07:00
parent ad95b08415
commit 8e70e5d351

View File

@ -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>