We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bbb6d commit b590bdaCopy full SHA for b590bda
packages/console/app/src/routes/workspace/[id]/billing/reload-section.tsx
@@ -184,7 +184,7 @@ export function ReloadSection() {
184
</div>
185
</form>
186
</Show>
187
- <Show when={billingInfo()?.reload && billingInfo()?.reloadError}>
+ <Show when={billingInfo()?.reloadError}>
188
<div data-slot="section-content">
189
<div data-slot="reload-error">
190
<p>
0 commit comments