mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 09:04:28 +03:00
Fix check
This commit is contained in:
parent
dfe3392cd2
commit
7fcf82ba9b
@ -309,7 +309,7 @@ function FaceAttempt({
|
|||||||
<div className="capitalize">{data.name}</div>
|
<div className="capitalize">{data.name}</div>
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
Number.parseFloat(data.score) > threshold
|
Number.parseFloat(data.score) >= threshold
|
||||||
? "text-success"
|
? "text-success"
|
||||||
: "text-danger",
|
: "text-danger",
|
||||||
)}
|
)}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user