From fb77a4ffcc485df7a20d9cc151b23c9bfd454676 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Wed, 8 Jan 2025 00:17:53 -0600 Subject: [PATCH] fix: fixed parenthesis rendering on vacation responder in alias view --- app/views/my-account/domains/aliases/_table.pug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/my-account/domains/aliases/_table.pug b/app/views/my-account/domains/aliases/_table.pug index b1ee00ace8..fe006ea567 100644 --- a/app/views/my-account/domains/aliases/_table.pug +++ b/app/views/my-account/domains/aliases/_table.pug @@ -507,7 +507,8 @@ p.text-center.d-lg-none else != " – " = t("Forever") - = ")" + if _.isDate(alias.vacation_responder.start_date) + = ")" //- on mobile we need to render this different .d-lg-none.p-2 if !isUbuntuRelatedAlias || domain.group === 'admin'