summaryrefslogtreecommitdiffhomepage
path: root/cloud/app
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/app')
-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 />