Browse Source

chore: format code

GitHub Action 5 months ago
parent
commit
aaff066457

+ 3 - 1
packages/console/app/src/component/workspace/billing-section.tsx

@@ -178,7 +178,9 @@ export function BillingSection() {
             <Show
             <Show
               when={!(balanceAmount() === "0.00" || balanceAmount() === "-0.00")}
               when={!(balanceAmount() === "0.00" || balanceAmount() === "-0.00")}
               fallback={
               fallback={
-                <p>We'll load <b>$20</b> (+$1.23 processing fee) and reload it when it reaches <b>$5</b>.</p>
+                <p>
+                  We'll load <b>$20</b> (+$1.23 processing fee) and reload it when it reaches <b>$5</b>.
+                </p>
               }
               }
             >
             >
               <p>
               <p>