From 43e9ede5b65939946a83ced7c97b6022a90056f9 Mon Sep 17 00:00:00 2001 From: M M Date: Fri, 5 Jul 2024 20:37:22 -0700 Subject: [PATCH] Got rid of index key. --- Client/src/Pages/Details/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Client/src/Pages/Details/index.jsx b/Client/src/Pages/Details/index.jsx index 0ccea222d..2630d5671 100644 --- a/Client/src/Pages/Details/index.jsx +++ b/Client/src/Pages/Details/index.jsx @@ -117,8 +117,8 @@ const CustomizedTables = ({ monitor }) => { - {rows.map((row, index) => ( - + {rows.map((row) => ( + {row.name}