better check

This commit is contained in:
Josh Hawkins 2024-04-21 17:10:57 -05:00
parent cfbc4a6310
commit f9d0350651

View File

@ -589,7 +589,7 @@ function DetectionReview({
</div> </div>
); );
}) })
: itemsToReview ?? : (itemsToReview ?? 0) > 0 &&
Array(itemsToReview) Array(itemsToReview)
.fill(0) .fill(0)
.map((_, idx) => ( .map((_, idx) => (