diff --git a/src/app/components/ConnectorPath/index.tsx b/src/app/components/ConnectorPath/index.tsx index 228ba097a7..c7f7bed9aa 100644 --- a/src/app/components/ConnectorPath/index.tsx +++ b/src/app/components/ConnectorPath/index.tsx @@ -19,7 +19,7 @@ function ConnectorPath({ title, icon, description, content, actions }: Props) {
{content}
-
{actions}
+
{actions}
); }