From 9d0416b6cd7e28bcad6054c4993878d5176d743a Mon Sep 17 00:00:00 2001 From: "WIPRO\\AN20468882" Date: Wed, 10 Jan 2024 14:59:52 +0530 Subject: [PATCH] fixed merging bugs --- src/pages/BesVersionHistory/AssessmentReport/index.tsx | 2 +- src/pages/FuzzingModel/index.tsx | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/BesVersionHistory/AssessmentReport/index.tsx b/src/pages/BesVersionHistory/AssessmentReport/index.tsx index 0478d8c7..4f787a06 100644 --- a/src/pages/BesVersionHistory/AssessmentReport/index.tsx +++ b/src/pages/BesVersionHistory/AssessmentReport/index.tsx @@ -946,7 +946,7 @@ function AssessmentReport({ title, name, version, itemData, masterData, ...other p={0.3} justifyContent="center" style={{width: "100%"}}> - {report.map((value) => { + {report.map((value, index) => { return ( <>