mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 13:39:52 +00:00
wip: zen
This commit is contained in:
parent
03eabb10e4
commit
947b864d96
1 changed files with 1 additions and 1 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue