Skip to content

Commit fc05889

Browse files
authored
fix (#23385)
1 parent 75960e3 commit fc05889

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/console/app/src/routes/workspace/[id]/billing

packages/console/app/src/routes/workspace/[id]/billing/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ export default function () {
2222
<BlackSection />
2323
</Show>
2424
<BillingSection />
25+
<RedeemSection />
2526
<Show when={billingInfo()?.customerID}>
2627
<ReloadSection />
2728
<MonthlyLimitSection />
28-
<RedeemSection />
2929
<PaymentSection />
3030
</Show>
3131
</Show>

0 commit comments

Comments
 (0)