Skip to content

Commit

Permalink
Fix PR issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Hoseinian committed Dec 5, 2017
1 parent c3ff34d commit a3bd945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translate.js
Expand Up @@ -27,7 +27,7 @@ export default function translate(namespaces, options = {}) {
this.getWrappedInstance = this.getWrappedInstance.bind(this);
}

shouldComponentUpdate(nextProps){
shouldComponentUpdate(nextProps) {
if (!this.options.usePureComponent) {
return true;
}
Expand Down

0 comments on commit a3bd945

Please sign in to comment.