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