src/menu/components/tabs/tabcomponents/index.jsx
@@ -10,7 +10,7 @@ const { confirm } = Modal const Container = ({menu, config, handleList }) => { const Container = ({ config, handleList }) => { let target = null const [cards, setCards] = useState(config.components) @@ -138,7 +138,6 @@ <Card id={card.uuid} key={card.uuid} menu={menu} config={config} card={card} moveCard={moveCard}