link fe: remove unused "active" prop

This commit is contained in:
Fang 2020-03-03 22:08:00 +01:00
parent 8568ecff9d
commit 9816ed69b3
No known key found for this signature in database
GPG Key ID: EB035760C1BBA972
2 changed files with 0 additions and 5 deletions

View File

@ -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}

View File

@ -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}/>