Merge branch 'liam-fitzgerald/lf/link-ios-crash' (#2742)

* liam-fitzgerald/lf/link-ios-crash:
  link-js: fix pages disappearing on small screens

Signed-off-by: Jared Tobin <jared@tlon.io>
This commit is contained in:
Jared Tobin 2020-04-16 16:53:36 +04:00
commit b655105a38
No known key found for this signature in database
GPG Key ID: 0E4647D58F8A69E4

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}