king
2023-09-18 11b6387d74467f81e33eba8f882bff610f240115
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))
  }
  /**