summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-09-16 23:53:59 +0000
committerGitHub Action <[email protected]>2025-09-16 23:53:59 +0000
commit170ea9c32b170ddecb06795c3903d37858f9dfa4 (patch)
tree7e2391eb24befd43646c6727917b39c9b7480f40 /cloud
parent65ced674321811127c5720273b1c004eb0e185c5 (diff)
downloadopencode-170ea9c32b170ddecb06795c3903d37858f9dfa4.tar.gz
opencode-170ea9c32b170ddecb06795c3903d37858f9dfa4.zip
chore: format code
Diffstat (limited to 'cloud')
-rw-r--r--cloud/app/src/routes/workspace/[id].tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/app/src/routes/workspace/[id].tsx b/cloud/app/src/routes/workspace/[id].tsx
index cbd729f72..4a2c3424d 100644
--- a/cloud/app/src/routes/workspace/[id].tsx
+++ b/cloud/app/src/routes/workspace/[id].tsx
@@ -39,7 +39,7 @@ export default function () {
<KeySection />
<BillingSection />
<Show when={true}>
- {/*<Show when={balanceInfo()?.reload}>*/}
+ {/*<Show when={balanceInfo()?.reload}>*/}
<MonthlyLimitSection />
</Show>
<UsageSection />