king
2020-11-10 5df578ff69f6b02e821d59a8883bc75d78695a62
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))
  }
  /**