From 32596df4694a8775a9d910847850b893a06359e8 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 11 Mar 2025 17:07:08 -0600 Subject: [PATCH] Quick label fix --- web/src/components/player/LivePlayer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/player/LivePlayer.tsx b/web/src/components/player/LivePlayer.tsx index ae9fd6197..83f9110b4 100644 --- a/web/src/components/player/LivePlayer.tsx +++ b/web/src/components/player/LivePlayer.tsx @@ -378,7 +378,7 @@ export default function LivePlayer({ {[ ...new Set([ ...(objects || []).map(({ label, sub_label }) => - label.endsWith("verified") ? sub_label : label, + label.endsWith("verified") ? sub_label : label.replaceAll("_", " "), ), ]), ]