mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Handle case where sub label was null (#12785)
This commit is contained in:
parent
ff2e46650c
commit
b1806b0a7c
@ -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