mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-23 18:54:21 +01:00
chore: format code
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user