This commit is contained in:
Aiden Cline
2026-04-19 00:45:44 -05:00
committed by GitHub
parent 75960e3bf3
commit fc0588954b
@@ -22,10 +22,10 @@ export default function () {
<BlackSection /> <BlackSection />
</Show> </Show>
<BillingSection /> <BillingSection />
<RedeemSection />
<Show when={billingInfo()?.customerID}> <Show when={billingInfo()?.customerID}>
<ReloadSection /> <ReloadSection />
<MonthlyLimitSection /> <MonthlyLimitSection />
<RedeemSection />
<PaymentSection /> <PaymentSection />
</Show> </Show>
</Show> </Show>