src/menu/components/card/cardcellcomponent/index.jsx
@@ -69,6 +69,10 @@ this.setState({ elements: fromJS(nextProps.elements).toJS() }) } else if (nextProps.elements.length === 0 && this.state.elements.length > 0) { this.setState({ elements: [] }) } }