diff --git a/web/src/components/player/PreviewThumbnailPlayer.tsx b/web/src/components/player/PreviewThumbnailPlayer.tsx index c0bfc59f6..b3c0c36ab 100644 --- a/web/src/components/player/PreviewThumbnailPlayer.tsx +++ b/web/src/components/player/PreviewThumbnailPlayer.tsx @@ -127,7 +127,7 @@ export default function PreviewThumbnailPlayer({ /> )} {(review.severity == "alert" || review.severity == "detection") && ( - + {review.data.objects.map((object) => { return getIconForLabel(object, "w-3 h-3 text-white"); })}