Remove unused parameter
This commit is contained in:
parent
5da188fcd0
commit
e7ec62815f
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ var DuplicateFinderBox = React.createClass({
|
|||
clicked: false
|
||||
};
|
||||
},
|
||||
componentWillReceiveProps: function (nextProps) {
|
||||
componentWillReceiveProps: function () {
|
||||
this.setState({
|
||||
clicked: false
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue