We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0c489 commit 38a215dCopy full SHA for 38a215d
packages/toolkit/src/view/pipeline-builder/Flow.tsx
@@ -74,11 +74,11 @@ export const Flow = React.forwardRef<HTMLDivElement, FlowProps>(
74
</div>
75
76
) : null}
77
- {env("NEXT_PUBLIC_APP_ENV") === "CLOUD" ? (
+ {/* {env("NEXT_PUBLIC_APP_ENV") === "CLOUD" ? (
78
<div className="absolute bottom-8 left-1/2 -translate-x-1/2">
79
<RemainingCreditCTA ctaTargetHref="/subscribe" />
80
81
- ) : null}
+ ) : null} */}
82
83
84
);
0 commit comments