mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +03:00
better check
This commit is contained in:
parent
cfbc4a6310
commit
f9d0350651
@ -589,7 +589,7 @@ function DetectionReview({
|
||||
</div>
|
||||
);
|
||||
})
|
||||
: itemsToReview ??
|
||||
: (itemsToReview ?? 0) > 0 &&
|
||||
Array(itemsToReview)
|
||||
.fill(0)
|
||||
.map((_, idx) => (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user