diff options
Diffstat (limited to 'devtools/client/inspector/animation/components/NoAnimationPanel.js')
-rw-r--r-- | devtools/client/inspector/animation/components/NoAnimationPanel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/inspector/animation/components/NoAnimationPanel.js b/devtools/client/inspector/animation/components/NoAnimationPanel.js index ea034e413d..260325518b 100644 --- a/devtools/client/inspector/animation/components/NoAnimationPanel.js +++ b/devtools/client/inspector/animation/components/NoAnimationPanel.js @@ -26,7 +26,7 @@ class NoAnimationPanel extends Component { }; } - shouldComponentUpdate(nextProps, nextState) { + shouldComponentUpdate(nextProps) { return this.props.elementPickerEnabled != nextProps.elementPickerEnabled; } |