Skip to content

Commit

Permalink
Clean up view
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Feb 26, 2024
1 parent ad95b08 commit 8e70e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/views/events/DesktopEventView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ export default function DesktopEventView({
</div>
)}

{currentItems != undefined && currentItems.length == 0 && (
<div className="absolute w-full h-full flex flex-col justify-center items-center">
{reachedEnd && currentItems == null && (
<div className="w-full h-full flex flex-col justify-center items-center">
<LuFolderCheck className="w-16 h-16" />
There are no {severity} items to review
</div>
Expand Down

0 comments on commit 8e70e5d

Please sign in to comment.