diff options
| author | GitHub Action <[email protected]> | 2025-09-19 17:29:44 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-09-19 17:29:44 +0000 |
| commit | aaff0664574114f2b4a9c2bf3eefbe6b8fade0da (patch) | |
| tree | 914ea29b9bbbb458025923bfd7524990c8f9081c | |
| parent | c7fbf9de441a0f58e1acc83f0d39a7d22884ede0 (diff) | |
| download | opencode-aaff0664574114f2b4a9c2bf3eefbe6b8fade0da.tar.gz opencode-aaff0664574114f2b4a9c2bf3eefbe6b8fade0da.zip | |
chore: format code
| -rw-r--r-- | packages/console/app/src/component/workspace/billing-section.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/console/app/src/component/workspace/billing-section.tsx b/packages/console/app/src/component/workspace/billing-section.tsx index fa7126c76..7d297ed33 100644 --- a/packages/console/app/src/component/workspace/billing-section.tsx +++ b/packages/console/app/src/component/workspace/billing-section.tsx @@ -178,7 +178,9 @@ export function BillingSection() { <Show when={!(balanceAmount() === "0.00" || balanceAmount() === "-0.00")} 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> |
