wip
This commit is contained in:
		| @@ -336,21 +336,21 @@ | ||||
| 											</span> | ||||
| 										{/if} | ||||
| 									</div> | ||||
| 									{#if type === "fixed"} | ||||
| 										<div class="flex"> | ||||
| 											<input | ||||
| 												bind:checked={is_paid} | ||||
| 												type="checkbox" | ||||
| 												class="shrink-0 mt-0.5 border-neutral-200 rounded-sm text-blue-600 focus:ring-blue-500 checked:border-blue-500 disabled:opacity-50 disabled:pointer-events-none" | ||||
| 												id="hs-default-checkbox" | ||||
| 											/> | ||||
| 											<label | ||||
| 												for="hs-default-checkbox" | ||||
| 												class="text-sm text-neutral-900 ms-2 font-medium" | ||||
| 												>{$_("already-paid")}</label | ||||
| 											> | ||||
| 										</div> | ||||
| 									{/if} | ||||
| 								{/if} | ||||
| 								{#if type === "fixed" || type === "anonymous"} | ||||
| 									<div class="flex"> | ||||
| 										<input | ||||
| 											bind:checked={is_paid} | ||||
| 											type="checkbox" | ||||
| 											class="shrink-0 mt-0.5 border-neutral-200 rounded-sm text-blue-600 focus:ring-blue-500 checked:border-blue-500 disabled:opacity-50 disabled:pointer-events-none" | ||||
| 											id="hs-default-checkbox" | ||||
| 										/> | ||||
| 										<label | ||||
| 											for="hs-default-checkbox" | ||||
| 											class="text-sm text-neutral-900 ms-2 font-medium" | ||||
| 											>{$_("already-paid")}</label | ||||
| 										> | ||||
| 									</div> | ||||
| 								{/if} | ||||
| 							</div> | ||||
| 						</div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user