src/menu/components/card/table-card/index.jsx
@@ -109,7 +109,7 @@ } shouldComponentUpdate (nextProps, nextState) { return !is(fromJS(this.state), fromJS(nextState)) || (!this.props.menu && nextProps.menu) return !is(fromJS(this.state), fromJS(nextState)) } /**