Skip to content

Commit b590bda

Browse files
committed
zen: show reload error
1 parent d8bbb6d commit b590bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/console/app/src/routes/workspace/[id]/billing/reload-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export function ReloadSection() {
184184
</div>
185185
</form>
186186
</Show>
187-
<Show when={billingInfo()?.reload && billingInfo()?.reloadError}>
187+
<Show when={billingInfo()?.reloadError}>
188188
<div data-slot="section-content">
189189
<div data-slot="reload-error">
190190
<p>

0 commit comments

Comments
 (0)