Skip to content

Commit 883be69

Browse files
committed
Invites: Centers logged in accept invite
1 parent 1b76cad commit 883be69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/accept-invite/controller.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default {
1515
titleActions.setTitle( i18n.translate( 'Accept Invite', { textOnly: true } ) );
1616

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

1920
React.render(
2021
React.createElement( Main, context.params ),

0 commit comments

Comments
 (0)