Skip to content

Commit

Permalink
fixed merging bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
anilsingla committed Jan 10, 2024
1 parent d4e22c5 commit 9d0416b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/BesVersionHistory/AssessmentReport/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<>
<Grid item
Expand Down
3 changes: 3 additions & 0 deletions src/pages/FuzzingModel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ import MKBox from "../../components/MKBox";
import { useLocation } from "react-router-dom";
import { besecureMlAssessmentDataStore } from "../../dataStore";
import { fetchJsonData } from "../BesVersionHistory/AssessmentReport";
import MKTypography from "../../components/MKTypography";
import aishieldLogo from "../../assets/images/aishield_logo.png"

const lineOptions = {
startPlug: "disc",
color: "red",
Expand Down

0 comments on commit 9d0416b

Please sign in to comment.