Aiden Cline 1 dzień temu
rodzic
commit
fc0588954b

+ 1 - 1
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>