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'