summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/src
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-11-04 17:14:31 -0500
committerFrank <[email protected]>2025-11-04 17:24:20 -0500
commit9fb49ab87b4fbf3890ef6db80602abbbe517f176 (patch)
treeb90b4649cf913e07805bf9521478e4875b7eec3f /packages/console/app/src
parent8d6a03cc898c0b982b7a05419d41a07e8db579f8 (diff)
downloadopencode-9fb49ab87b4fbf3890ef6db80602abbbe517f176.tar.gz
opencode-9fb49ab87b4fbf3890ef6db80602abbbe517f176.zip
wip: zen
Diffstat (limited to 'packages/console/app/src')
-rw-r--r--packages/console/app/src/routes/workspace/[id]/billing/reload-section.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/console/app/src/routes/workspace/[id]/billing/reload-section.tsx b/packages/console/app/src/routes/workspace/[id]/billing/reload-section.tsx
index 57267a95e..50d00ef30 100644
--- a/packages/console/app/src/routes/workspace/[id]/billing/reload-section.tsx
+++ b/packages/console/app/src/routes/workspace/[id]/billing/reload-section.tsx
@@ -182,8 +182,8 @@ export function ReloadSection() {
</div>
</form>
</Show>
- <div data-slot="section-content">
- <Show when={billingInfo()?.reload && billingInfo()?.reloadError}>
+ <Show when={billingInfo()?.reload && billingInfo()?.reloadError}>
+ <div data-slot="section-content">
<div data-slot="reload-error">
<p>
Reload failed at{" "}
@@ -204,8 +204,8 @@ export function ReloadSection() {
</button>
</form>
</div>
- </Show>
- </div>
+ </div>
+ </Show>
</section>
)
}