Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruoru committed Feb 5, 2018
1 parent f499371 commit 35114e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/picker/group_picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class GroupPicker extends Component {
handleClose(callback){
this.setState({ closing: true }, () => setTimeout( ()=> {
this.setState({ closing: false });
callback && callback();
if(callback) callback();
}, 300));
}

Expand Down

0 comments on commit 35114e9

Please sign in to comment.