king
2023-06-30 9fb47dc7f1ba1fae1e7e82a3c955bc6a5ee45dcb
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))
  }
  /**