king
2023-09-17 a123ffc7359edf09c9fc2ba157e2e5762cf63cee
src/tabviews/custom/components/card/cardItem/index.jsx
@@ -16,7 +16,7 @@
  }
  shouldComponentUpdate (nextProps, nextState) {
    return !is(fromJS(this.props.data), fromJS(nextProps.data))
    return !is(fromJS(this.props), fromJS(nextProps))
  }
  /**