diff options
| author | Frank <[email protected]> | 2026-04-18 17:33:26 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-04-18 17:33:28 -0400 |
| commit | 54b3b3fe05fd66f8f3b479ec438b53d38dbc6d0d (patch) | |
| tree | bcdee7401ce0c10677e8c3fe6674bdc0263eb549 /packages/console/app/src/routes/workspace | |
| parent | 9d012b062186ef9900cc2673b77c446d38ebd789 (diff) | |
| download | opencode-54b3b3fe05fd66f8f3b479ec438b53d38dbc6d0d.tar.gz opencode-54b3b3fe05fd66f8f3b479ec438b53d38dbc6d0d.zip | |
zen: redeem go
Diffstat (limited to 'packages/console/app/src/routes/workspace')
| -rw-r--r-- | packages/console/app/src/routes/workspace/[id]/billing/index.tsx | 2 |
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 fb4848535..11185436b 100644 --- a/packages/console/app/src/routes/workspace/[id]/billing/index.tsx +++ b/packages/console/app/src/routes/workspace/[id]/billing/index.tsx @@ -25,9 +25,9 @@ export default function () { <Show when={billingInfo()?.customerID}> <ReloadSection /> <MonthlyLimitSection /> + <RedeemSection /> <PaymentSection /> </Show> - <RedeemSection /> </Show> </div> </div> |
