Skip to content

Commit 947b864

Browse files
committed
wip: zen
1 parent 03eabb1 commit 947b864

File tree

1 file changed

+1
-1
lines changed
  • packages/console/app/src/routes/workspace/[id]/billing

1 file changed

+1
-1
lines changed

packages/console/app/src/routes/workspace/[id]/billing/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function () {
1616
<div data-page="workspace-[id]">
1717
<div data-slot="sections">
1818
<Show when={sessionInfo()?.isAdmin}>
19-
<Show when={sessionInfo()?.isBeta && billingInfo()?.subscriptionID}>
19+
<Show when={billingInfo()?.subscriptionID}>
2020
<BlackSection />
2121
</Show>
2222
<BillingSection />

0 commit comments

Comments
 (0)