wip: zen
This commit is contained in:
parent
8d6a03cc89
commit
9fb49ab87b
1 changed files with 4 additions and 4 deletions
|
|
@ -182,8 +182,8 @@ export function ReloadSection() {
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</Show>
|
</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">
|
<div data-slot="reload-error">
|
||||||
<p>
|
<p>
|
||||||
Reload failed at{" "}
|
Reload failed at{" "}
|
||||||
|
|
@ -204,8 +204,8 @@ export function ReloadSection() {
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</Show>
|
</div>
|
||||||
</div>
|
</Show>
|
||||||
</section>
|
</section>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue