Updated PureComponent usage

This commit is contained in:
mgabdev
2020-01-29 16:54:39 -05:00
parent cb55ef9f04
commit 960c43d24c
9 changed files with 11 additions and 11 deletions
@@ -32,7 +32,7 @@ const mapStateToProps = state => {
export default @connect(mapStateToProps)
@injectIntl
class CommunityTimeline extends React.PureComponent {
class CommunityTimeline extends PureComponent {
static contextTypes = {
router: PropTypes.object,