Skip to content

Commit

Permalink
Highlight Domains tab in sidebar when viewing Email page (#34745)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurorum authored and sixhours committed Aug 5, 2019
1 parent 1726f2d commit 930e1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/sidebar/sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export class MySitesSidebar extends Component {
return (
<SidebarItem
label={ translate( 'Domains' ) }
selected={ itemLinkMatches( [ '/domains' ], path ) }
selected={ itemLinkMatches( [ '/domains', '/email' ], path ) }
link={ domainsLink }
onNavigate={ this.trackDomainsClick }
icon="domains"
Expand Down

0 comments on commit 930e1a2

Please sign in to comment.