Skip to content

Commit

Permalink
Merge pull request #916 from Automattic/update/accept-invite-no-sidebar
Browse files Browse the repository at this point in the history
Invites: Centers logged in accept invite
  • Loading branch information
lezama committed Nov 28, 2015
2 parents 242ad02 + 883be69 commit 329b40b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/accept-invite/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default {
titleActions.setTitle( i18n.translate( 'Accept Invite', { textOnly: true } ) );

React.unmountComponentAtNode( document.getElementById( 'secondary' ) );
context.layout.setState( { noSidebar: true } );

React.render(
React.createElement( Main, context.params ),
Expand Down

0 comments on commit 329b40b

Please sign in to comment.