diff --git a/ui/src/components/ProcessDiagram/ConfigBadge.tsx b/ui/src/components/ProcessDiagram/ConfigBadge.tsx index f5704ef4..7e7d237c 100644 --- a/ui/src/components/ProcessDiagram/ConfigBadge.tsx +++ b/ui/src/components/ProcessDiagram/ConfigBadge.tsx @@ -20,7 +20,7 @@ export function ConfigBadge({ nodeWidth, config }: ConfigBadgeProps) { {badges.map((badge, i) => { xOffset -= BADGE_SIZE + (i > 0 ? BADGE_GAP : 0); return ( - +