diff --git a/public/script.js b/public/script.js index 254c704..d5132da 100644 --- a/public/script.js +++ b/public/script.js @@ -95,7 +95,7 @@ var DuplicateFinderBox = React.createClass({ clicked: false }; }, - componentWillReceiveProps: function (nextProps) { + componentWillReceiveProps: function () { this.setState({ clicked: false });