link-js: fix pages disappearing on small screens

The rightPanelHide prop was being improperly set on the home, settings
and members screens, causing them to be blank on small screen sizes

Fixes #2727
This commit is contained in:
Liam Fitzgerald 2020-04-15 14:25:48 +10:00
parent b978d4f824
commit 536e3121b6

View File

@ -80,7 +80,6 @@ export class Root extends Component {
associations={associations}
invites={invites}
groups={groups}
rightPanelHide={true}
sidebarShown={state.sidebarShown}
selectedGroups={selectedGroups}
links={links}
@ -118,7 +117,6 @@ export class Root extends Component {
invites={invites}
groups={groups}
selected={resourcePath}
rightPanelHide={true}
sidebarShown={state.sidebarShown}
selectedGroups={selectedGroups}
links={links}
@ -155,7 +153,6 @@ export class Root extends Component {
invites={invites}
groups={groups}
selected={resourcePath}
rightPanelHide={true}
sidebarShown={state.sidebarShown}
selectedGroups={selectedGroups}
popout={popout}