pull/6550/merge
Frank 2026-01-07 15:49:48 -05:00
parent 03eabb10e4
commit 947b864d96
1 changed files with 1 additions and 1 deletions

View File

@ -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 />