diff --git a/src/renderer/components/virtual-grid/grid-card/default-card.tsx b/src/renderer/components/virtual-grid/grid-card/default-card.tsx index ff641046..ff2399c3 100644 --- a/src/renderer/components/virtual-grid/grid-card/default-card.tsx +++ b/src/renderer/components/virtual-grid/grid-card/default-card.tsx @@ -225,9 +225,9 @@ export const DefaultCard = ({ - {controls.cardRows.map((row) => ( + {controls.cardRows.map((row, index) => ( - {controls.cardRows.map((row) => ( + {controls.cardRows.map((row, index) => (