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