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