diff --git a/frontend/src/views/AngularWorkflow.jsx b/frontend/src/views/AngularWorkflow.jsx index a5685474..a88e4deb 100755 --- a/frontend/src/views/AngularWorkflow.jsx +++ b/frontend/src/views/AngularWorkflow.jsx @@ -9444,6 +9444,10 @@ const releaseToConnectLabel = "Release to Connect" return null } + if (trigger.trigger_type == "PIPELINE") { + return null + } + const imagesize = isMobile ? 40 : trigger.large_image.includes("svg") ? 50 : 50 var imageline = trigger.large_image.length === 0 ? :