Skip to content

Commit

Permalink
Domains management: Adjust EmailHome component for hosting-overview c…
Browse files Browse the repository at this point in the history
…ontext (#98227)
  • Loading branch information
bogiii authored Jan 13, 2025
1 parent eb76ea1 commit 747583c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function EmailPlanMailboxesList( {
/>
{ context === 'email' && <EmailForwardSecondaryDetails mailbox={ mailbox } /> }
</div>
{ context === 'domains' && (
{ ( context === 'domains' || context === 'hosting-overview' ) && (
<div className="email-plan-mailboxes-list__mailbox-list-item-main">
<EmailForwardSecondaryDetails
mailbox={ mailbox }
Expand Down

0 comments on commit 747583c

Please sign in to comment.