Enable ESLint react/no-deprecated (#24471)
This commit is contained in:
@ -29,7 +29,7 @@ class PinnedStatuses extends ImmutablePureComponent {
|
||||
multiColumn: PropTypes.bool,
|
||||
};
|
||||
|
||||
componentWillMount () {
|
||||
UNSAFE_componentWillMount () {
|
||||
this.props.dispatch(fetchPinnedStatuses());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user