Fix alignment in PureMixin
This commit is contained in:
parent
17482ee253
commit
ce72ec9c8c
@ -12,6 +12,6 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return !shallowEqual(this.props, nextProps) ||
|
return !shallowEqual(this.props, nextProps) ||
|
||||||
!shallowEqual(this.state, nextState);
|
!shallowEqual(this.state, nextState);
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
x
Reference in New Issue
Block a user