src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -47,7 +47,7 @@ } shouldComponentUpdate (nextProps, nextState) { return !is(fromJS(this.state), fromJS(nextState)) return !is(fromJS(this.state), fromJS(nextState)) || !is(fromJS(this.props), fromJS(nextProps)) } /**