Skip to content

Commit

Permalink
Update reports/src/capability/CapabilityTable.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Barroco <[email protected]>
  • Loading branch information
ChrisJamesC and barroco authored Sep 12, 2023
1 parent ddec56f commit 8aca400
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reports/src/capability/CapabilityTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ function CapabilityBreadcrumbs({ capability }: { capability: Capability }) {

const here = <Typography key={-1}>{capability.name}</Typography>;
const crumbs = [here, ...parentCrumbs];
console.log(crumbs);

return <Breadcrumbs separator="<=">{crumbs}</Breadcrumbs>;
}
Expand Down

0 comments on commit 8aca400

Please sign in to comment.