Skip to content

Commit

Permalink
Revert "Move SidebarNavigation component to the all sites controller (#…
Browse files Browse the repository at this point in the history
…43699)" (#43776)

This reverts commit 890e235.
  • Loading branch information
olaseni committed Jun 29, 2020
1 parent cc48e60 commit 6aa089e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ class ListAll extends Component {
<div className="list-all__container">
<QueryAllDomains />
<Main wideLayout>
<SidebarNavigation />
<DocumentHead title={ translate( 'Domains', { context: 'A navigation label.' } ) } />
<SidebarNavigation />
<div className="list-all__items">{ this.renderDomainsList() }</div>
</Main>
</div>
Expand Down

0 comments on commit 6aa089e

Please sign in to comment.