king
2020-11-16 3ca91a731665962918a026f521c556f4745ebf35
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))
  }
  /**