Skip to content

Commit 38a215d

Browse files
committed
remove the credit balance from canvas
1 parent aa0c489 commit 38a215d

File tree

1 file changed

+2
-2
lines changed
  • packages/toolkit/src/view/pipeline-builder

1 file changed

+2
-2
lines changed

packages/toolkit/src/view/pipeline-builder/Flow.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ export const Flow = React.forwardRef<HTMLDivElement, FlowProps>(
7474
</div>
7575
</div>
7676
) : null}
77-
{env("NEXT_PUBLIC_APP_ENV") === "CLOUD" ? (
77+
{/* {env("NEXT_PUBLIC_APP_ENV") === "CLOUD" ? (
7878
<div className="absolute bottom-8 left-1/2 -translate-x-1/2">
7979
<RemainingCreditCTA ctaTargetHref="/subscribe" />
8080
</div>
81-
) : null}
81+
) : null} */}
8282
</div>
8383
</div>
8484
);

0 commit comments

Comments
 (0)