This commit is contained in:
Frank
2025-10-11 09:29:26 -04:00
parent eb20c411b9
commit a1f7dc98fa
@@ -30,6 +30,7 @@ export default function () {
</a> </a>
. .
</span> </span>
<Show when={userInfo()?.isAdmin}>
<span data-slot="billing-info"> <span data-slot="billing-info">
<Show <Show
when={billingInfo()?.reload} when={billingInfo()?.reload}
@@ -55,6 +56,7 @@ export default function () {
</span> </span>
</Show> </Show>
</span> </span>
</Show>
</p> </p>
</section> </section>