mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-24 10:33:22 +03:00
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:
parent
b978d4f824
commit
536e3121b6
@ -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