pull/2621/head
Frank 2025-09-15 19:26:44 -04:00
parent 11154ba697
commit 6c02d4ce66
1 changed files with 2 additions and 1 deletions

View File

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