Fix alignment in PureMixin
This commit is contained in:
parent
17482ee253
commit
ce72ec9c8c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue