src/menu/components/card/cardcellcomponent/index.jsx
@@ -544,6 +544,10 @@ const { elements } = this.state if (cards.uuid !== _cards.uuid) return let _index = elements.findIndex(cell => cell.uuid === btn.uuid) if (_index === -1) return let _elements = elements.map(cell => { if (cell.uuid === btn.uuid) {