This commit is contained in:
Philipp Dormann 2025-04-28 10:45:47 +02:00
parent 95af9f9914
commit 7ac92ae6ca
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -336,7 +336,8 @@
</span>
{/if}
</div>
{#if type === "fixed"}
{/if}
{#if type === "fixed" || type === "anonymous"}
<div class="flex">
<input
bind:checked={is_paid}
@ -351,7 +352,6 @@
>
</div>
{/if}
{/if}
</div>
</div>
</div>