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 03eabb1 commit 947b864Copy full SHA for 947b864
packages/console/app/src/routes/workspace/[id]/billing/index.tsx
@@ -16,7 +16,7 @@ export default function () {
16
<div data-page="workspace-[id]">
17
<div data-slot="sections">
18
<Show when={sessionInfo()?.isAdmin}>
19
- <Show when={sessionInfo()?.isBeta && billingInfo()?.subscriptionID}>
+ <Show when={billingInfo()?.subscriptionID}>
20
<BlackSection />
21
</Show>
22
<BillingSection />
0 commit comments