mirror of
https://github.com/urbit/shrub.git
synced 2025-01-05 11:09:30 +03:00
link fe: remove unused "active" prop
This commit is contained in:
parent
8568ecff9d
commit
9816ed69b3
@ -45,7 +45,6 @@ export class Root extends Component {
|
||||
render={ (props) => {
|
||||
return (
|
||||
<Skeleton
|
||||
active="channels"
|
||||
spinner={state.spinner}
|
||||
resources={resources}
|
||||
invites={invites}
|
||||
@ -67,7 +66,6 @@ export class Root extends Component {
|
||||
render={(props) => {
|
||||
return (
|
||||
<Skeleton
|
||||
active="channels"
|
||||
spinner={state.spinner}
|
||||
resources={resources}
|
||||
invites={invites}
|
||||
@ -120,7 +118,6 @@ export class Root extends Component {
|
||||
resources={resources}
|
||||
invites={invites}
|
||||
groups={groups}
|
||||
active="links"
|
||||
selected={resourcePath}
|
||||
sidebarShown={state.sidebarShown}
|
||||
sidebarHideMobile={true}
|
||||
@ -172,7 +169,6 @@ export class Root extends Component {
|
||||
resources={resources}
|
||||
invites={invites}
|
||||
groups={groups}
|
||||
active="links"
|
||||
selected={resourcePath}
|
||||
sidebarShown={state.sidebarShown}
|
||||
sidebarHideMobile={true}
|
||||
|
@ -28,7 +28,6 @@ export class Skeleton extends Component {
|
||||
resources={this.props.resources}
|
||||
invites={this.props.invites}
|
||||
groups={this.props.groups}
|
||||
active={this.props.active}
|
||||
selected={this.props.selected}
|
||||
sidebarShown={this.props.sidebarShown}
|
||||
links={this.props.links}/>
|
||||
|
Loading…
Reference in New Issue
Block a user