mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
Quick label fix
This commit is contained in:
parent
c138284c50
commit
32596df469
@ -378,7 +378,7 @@ export default function LivePlayer({
|
||||
{[
|
||||
...new Set([
|
||||
...(objects || []).map(({ label, sub_label }) =>
|
||||
label.endsWith("verified") ? sub_label : label,
|
||||
label.endsWith("verified") ? sub_label : label.replaceAll("_", " "),
|
||||
),
|
||||
]),
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user