Skip to content

Commit

Permalink
fix: fixed parenthesis rendering on vacation responder in alias view
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Jan 8, 2025
1 parent f471873 commit fb77a4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/my-account/domains/aliases/_table.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fb77a4f

Please sign in to comment.