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