summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/src
diff options
context:
space:
mode:
authorFrank <[email protected]>2026-01-07 15:49:48 -0500
committerFrank <[email protected]>2026-01-07 15:49:52 -0500
commit947b864d96cbdeb4206920f1a7ed29305602dbc8 (patch)
treed1e0098847e7818983327c1ea41f1c29a08fb6ea /packages/console/app/src
parent03eabb10e43997c1a34dce665af0d0de7b49b66e (diff)
downloadopencode-947b864d96cbdeb4206920f1a7ed29305602dbc8.tar.gz
opencode-947b864d96cbdeb4206920f1a7ed29305602dbc8.zip
wip: zen
Diffstat (limited to 'packages/console/app/src')
-rw-r--r--packages/console/app/src/routes/workspace/[id]/billing/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/app/src/routes/workspace/[id]/billing/index.tsx b/packages/console/app/src/routes/workspace/[id]/billing/index.tsx
index 16e16df7a..9784e57ab 100644
--- a/packages/console/app/src/routes/workspace/[id]/billing/index.tsx
+++ b/packages/console/app/src/routes/workspace/[id]/billing/index.tsx
@@ -16,7 +16,7 @@ export default function () {
<div data-page="workspace-[id]">
<div data-slot="sections">
<Show when={sessionInfo()?.isAdmin}>
- <Show when={sessionInfo()?.isBeta && billingInfo()?.subscriptionID}>
+ <Show when={billingInfo()?.subscriptionID}>
<BlackSection />
</Show>
<BillingSection />