Fix check

This commit is contained in:
Nicolas Mowen 2025-01-04 15:56:41 -07:00
parent dfe3392cd2
commit 7fcf82ba9b

View File

@ -309,7 +309,7 @@ function FaceAttempt({
<div className="capitalize">{data.name}</div>
<div
className={cn(
Number.parseFloat(data.score) > threshold
Number.parseFloat(data.score) >= threshold
? "text-success"
: "text-danger",
)}