Skip to content

Commit

Permalink
sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
josunect committed Feb 20, 2024
1 parent 4dac35a commit a0b5315
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,13 @@ export const IstioConfigCard: React.FC<IstioConfigCardProps> = (
.map((item, itemIdx) => {
return {
cells: [
<span>
<span key={item.name}>
<PFBadge badge={IstioTypes[item.type].badge} position="top" />
{overviewLink(item)}
</span>,
<ValidationObjectSummary
id={`${itemIdx}-config-validation`}
key={item.name}
validations={item.validation ? [item.validation] : []}
/>,
],
Expand Down

0 comments on commit a0b5315

Please sign in to comment.