Remove unused parameter

This commit is contained in:
Gabriel Augendre 2016-04-22 00:15:36 +02:00
parent 5da188fcd0
commit e7ec62815f

View file

@ -95,7 +95,7 @@ var DuplicateFinderBox = React.createClass({
clicked: false
};
},
componentWillReceiveProps: function (nextProps) {
componentWillReceiveProps: function () {
this.setState({
clicked: false
});