diff --git a/code/frontend/src/components/QuiltedImageList.tsx b/code/frontend/src/components/QuiltedImageList.tsx index 865cafa..90f1c2d 100644 --- a/code/frontend/src/components/QuiltedImageList.tsx +++ b/code/frontend/src/components/QuiltedImageList.tsx @@ -8,8 +8,8 @@ export default function StandardImageList() { - {itemData.map((item) => ( - + {itemData.map((item, index) => ( +