From ec27a0711995e03ed4d2463538047d799acddc0c Mon Sep 17 00:00:00 2001 From: "luisa.bellitto" Date: Mon, 23 Jun 2025 21:14:50 +0200 Subject: [PATCH] fix image key in image list item --- code/frontend/src/components/QuiltedImageList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) => ( +