diff options
| author | GitHub Action <[email protected]> | 2025-09-16 23:53:59 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-09-16 23:53:59 +0000 |
| commit | 170ea9c32b170ddecb06795c3903d37858f9dfa4 (patch) | |
| tree | 7e2391eb24befd43646c6727917b39c9b7480f40 | |
| parent | 65ced674321811127c5720273b1c004eb0e185c5 (diff) | |
| download | opencode-170ea9c32b170ddecb06795c3903d37858f9dfa4.tar.gz opencode-170ea9c32b170ddecb06795c3903d37858f9dfa4.zip | |
chore: format code
| -rw-r--r-- | cloud/app/src/routes/workspace/[id].tsx | 2 |
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 /> |
