mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 06:35:24 +03:00
Handle case where sub label was null
This commit is contained in:
parent
719c5ad573
commit
e3ca182e55
@ -266,10 +266,7 @@ export default function LivePlayer({
|
|||||||
),
|
),
|
||||||
]),
|
]),
|
||||||
]
|
]
|
||||||
.filter(
|
.filter((label) => label?.includes("-verified") == false)
|
||||||
(label) =>
|
|
||||||
label !== undefined && !label.includes("-verified"),
|
|
||||||
)
|
|
||||||
.map((label) => capitalizeFirstLetter(label))
|
.map((label) => capitalizeFirstLetter(label))
|
||||||
.sort()
|
.sort()
|
||||||
.join(", ")
|
.join(", ")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user