mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 06:23:42 +00:00
Cleanup
This commit is contained in:
parent
dc347a2135
commit
31d37e65db
@ -506,10 +506,10 @@ function TrainingGrid({
|
||||
<div className="flex flex-col gap-2 rounded-lg bg-card p-2">
|
||||
<div className="flex flex-row justify-between">
|
||||
<div className="capitalize">
|
||||
Person:
|
||||
Person
|
||||
{event && event?.sub_label
|
||||
? ` ${event.sub_label} (${Math.round((event.data.sub_label_score || 0) * 100)}%)`
|
||||
: " Unknown"}
|
||||
? `: ${event.sub_label} (${Math.round((event.data.sub_label_score || 0) * 100)}%)`
|
||||
: ": Unknown"}
|
||||
</div>
|
||||
{event && (
|
||||
<Tooltip>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user