king
2023-07-02 16f80ddfc338bc65a893c1b7eb93d1d9861158b2
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))
  }
  /**