Skip to content

Commit

Permalink
Fixed #587
Browse files Browse the repository at this point in the history
  • Loading branch information
Merve7 committed Sep 28, 2018
1 parent 1e405f6 commit e2b35a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sidebar/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class Sidebar extends Component {

componentDidMount() {
if (this.props.visible) {
this.show();
this.onShow();
}
}

Expand Down

0 comments on commit e2b35a6

Please sign in to comment.