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