mirror of
https://github.com/urbit/shrub.git
synced 2025-01-01 17:16:47 +03:00
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:
commit
b655105a38
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user