king
2020-11-04 79e1455e4ba4f4a7d04a483dda1a354e53921a69
src/menu/components/card/cardcomponent/index.jsx
@@ -49,7 +49,7 @@
  }
  shouldComponentUpdate (nextProps, nextState) {
    return !is(fromJS(this.state), fromJS(nextState))
    return !is(fromJS(this.props.cards), fromJS(nextProps.cards)) || !is(fromJS(this.state), fromJS(nextState))
  }
  /**