mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03: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-col gap-2 rounded-lg bg-card p-2">
|
||||||
<div className="flex flex-row justify-between">
|
<div className="flex flex-row justify-between">
|
||||||
<div className="capitalize">
|
<div className="capitalize">
|
||||||
Person:
|
Person
|
||||||
{event && event?.sub_label
|
{event && event?.sub_label
|
||||||
? ` ${event.sub_label} (${Math.round((event.data.sub_label_score || 0) * 100)}%)`
|
? `: ${event.sub_label} (${Math.round((event.data.sub_label_score || 0) * 100)}%)`
|
||||||
: " Unknown"}
|
: ": Unknown"}
|
||||||
</div>
|
</div>
|
||||||
{event && (
|
{event && (
|
||||||
<Tooltip>
|
<Tooltip>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user