Workflow rebuild

This commit is contained in:
Frikky
2024-11-30 16:02:50 +01:00
parent a9b4f5bb6f
commit c3e4ea017b
+4
View File
@@ -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 ? <img alt="" style={{ borderRadius: theme.palette?.borderRadius, width: isMobile ? 40 : 60 , pointerEvents: "none" }} />
: