diff options
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> |
