diff options
| author | Frank <[email protected]> | 2026-01-24 11:48:17 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-24 11:48:19 -0500 |
| commit | b590bda5ed905a626d921123f2acb2d7b7420757 (patch) | |
| tree | b8a3e7dab14e5b7904c9cf2dccd1a6cc3030dbf4 /packages/console | |
| parent | d8bbb6df60dafd5f872ff418c2826ff8382c3749 (diff) | |
| download | opencode-b590bda5ed905a626d921123f2acb2d7b7420757.tar.gz opencode-b590bda5ed905a626d921123f2acb2d7b7420757.zip | |
zen: show reload error
Diffstat (limited to 'packages/console')
| -rw-r--r-- | packages/console/app/src/routes/workspace/[id]/billing/reload-section.tsx | 2 |
1 files changed, 1 insertions, 1 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 b099e900e..1f738b875 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 @@ -184,7 +184,7 @@ export function ReloadSection() { </div> </form> </Show> - <Show when={billingInfo()?.reload && billingInfo()?.reloadError}> + <Show when={billingInfo()?.reloadError}> <div data-slot="section-content"> <div data-slot="reload-error"> <p> |
