summaryrefslogtreecommitdiffhomepage
path: root/packages/console
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-04-19 00:45:44 -0500
committerGitHub <[email protected]>2026-04-19 00:45:44 -0500
commitfc0588954b01ab421bb4833173fa48c422cea4d5 (patch)
tree8e89f8f170e9307c91c165da037aac7051734c19 /packages/console
parent75960e3bf3db67c4eb763fed2e282ed2ca0e62b1 (diff)
downloadopencode-fc0588954b01ab421bb4833173fa48c422cea4d5.tar.gz
opencode-fc0588954b01ab421bb4833173fa48c422cea4d5.zip
fix (#23385)
Diffstat (limited to 'packages/console')
-rw-r--r--packages/console/app/src/routes/workspace/[id]/billing/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/app/src/routes/workspace/[id]/billing/index.tsx b/packages/console/app/src/routes/workspace/[id]/billing/index.tsx
index 11185436b..e6c11c181 100644
--- a/packages/console/app/src/routes/workspace/[id]/billing/index.tsx
+++ b/packages/console/app/src/routes/workspace/[id]/billing/index.tsx
@@ -22,10 +22,10 @@ export default function () {
<BlackSection />
</Show>
<BillingSection />
+ <RedeemSection />
<Show when={billingInfo()?.customerID}>
<ReloadSection />
<MonthlyLimitSection />
- <RedeemSection />
<PaymentSection />
</Show>
</Show>