summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/animation/components/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/inspector/animation/components/App.js')
-rw-r--r--devtools/client/inspector/animation/components/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/inspector/animation/components/App.js b/devtools/client/inspector/animation/components/App.js
index 75a000286c..74ce8e7b40 100644
--- a/devtools/client/inspector/animation/components/App.js
+++ b/devtools/client/inspector/animation/components/App.js
@@ -60,7 +60,7 @@ class App extends Component {
};
}
- shouldComponentUpdate(nextProps, nextState) {
+ shouldComponentUpdate(nextProps) {
return (
this.props.animations.length !== 0 || nextProps.animations.length !== 0
);