This commit is contained in:
Nicolas Mowen 2025-03-11 20:18:36 -06:00
parent 36e2e163a7
commit be05a00616

View File

@ -378,7 +378,9 @@ export default function LivePlayer({
{[
...new Set([
...(objects || []).map(({ label, sub_label }) =>
label.endsWith("verified") ? sub_label : label.replaceAll("_", " "),
label.endsWith("verified")
? sub_label
: label.replaceAll("_", " "),
),
]),
]