From 3fbc74d490105acb2d2d8c2280c5b8f76cf87515 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Thu, 9 Feb 2023 14:24:27 -0500 Subject: [PATCH] ui: hide custom label if not text is provided (#16115) --- ui/app/templates/components/global-header.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/templates/components/global-header.hbs b/ui/app/templates/components/global-header.hbs index 6ba50748b..35992a6a9 100644 --- a/ui/app/templates/components/global-header.hbs +++ b/ui/app/templates/components/global-header.hbs @@ -12,7 +12,7 @@ - {{#if this.system.agent.config.UI.Label}} + {{#if this.system.agent.config.UI.Label.Text}}
{{this.system.agent.config.UI.Label.Text}}