mirror of
https://github.com/apache/superset.git
synced 2026-04-27 12:05:24 +00:00
Re-enable rule prefer-destructuring (only for objects) (#10867)
This commit is contained in:
committed by
GitHub
parent
c51168a30a
commit
352e8a1afd
@@ -132,7 +132,7 @@ class Header extends React.PureComponent {
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
const refreshFrequency = this.props.refreshFrequency;
|
||||
const { refreshFrequency } = this.props;
|
||||
this.startPeriodicRender(refreshFrequency * 1000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user