mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-09 15:05:26 +03:00
Quick label fix
This commit is contained in:
parent
c138284c50
commit
32596df469
@ -378,7 +378,7 @@ export default function LivePlayer({
|
|||||||
{[
|
{[
|
||||||
...new Set([
|
...new Set([
|
||||||
...(objects || []).map(({ label, sub_label }) =>
|
...(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