mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
wip: zen
This commit is contained in:
parent
11154ba697
commit
6c02d4ce66
1 changed files with 2 additions and 1 deletions
|
|
@ -672,6 +672,7 @@ function NewUserSection() {
|
|||
|
||||
export default function () {
|
||||
const params = useParams()
|
||||
const balanceInfo = createAsync(() => getBillingInfo(params.id))
|
||||
|
||||
return (
|
||||
<div data-page="workspace-[id]">
|
||||
|
|
@ -690,7 +691,7 @@ export default function () {
|
|||
<NewUserSection />
|
||||
<KeySection />
|
||||
<BillingSection />
|
||||
<Show when={createAsync(() => getBillingInfo(params.id))()?.reload}>
|
||||
<Show when={balanceInfo()?.reload}>
|
||||
<MonthlyLimitSection />
|
||||
</Show>
|
||||
<UsageSection />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue