mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
math.round
This commit is contained in:
parent
361197c7fb
commit
fd98449479
@ -481,7 +481,7 @@ function TrainingGrid({
|
||||
{t("details.confidence")}
|
||||
</div>
|
||||
<div className="text-sm capitalize">
|
||||
{(selectedEvent?.data?.sub_label_score || 0) * 100}%
|
||||
{Math.round(selectedEvent?.data?.sub_label_score || 0) * 100}%
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user