diff --git a/frontend/src/lib/components/account/EditRequestModal.svelte b/frontend/src/lib/components/account/EditRequestModal.svelte index 8b50c60..2d7216c 100644 --- a/frontend/src/lib/components/account/EditRequestModal.svelte +++ b/frontend/src/lib/components/account/EditRequestModal.svelte @@ -835,7 +835,7 @@ {:else}
{service.description || ''}
@@ -966,7 +966,7 @@ }} class="cursor-pointer rounded-lg border border-input bg-background p-4 text-left transition-colors hover:bg-fuchsia-50" > -{service.description || ''}
@@ -1055,9 +1055,9 @@ onclick={() => { selectedServices = selectedServices.filter((s) => s.id !== service.id); }} - class="cursor-pointer rounded-lg border border-input bg-background bg-fuchsia-100 p-4 text-left transition-colors hover:bg-fuchsia-50" + class="cursor-pointer rounded-lg border border-input bg-fuchsia-100 p-4 text-left transition-colors hover:bg-fuchsia-50" > -{service.description || ''}
@@ -1089,7 +1089,7 @@ }} class="cursor-pointer rounded-lg border border-input bg-background p-4 text-left transition-colors hover:bg-fuchsia-50" > -{service.description || ''}
diff --git a/frontend/src/lib/components/admin/ApprovalModal.svelte b/frontend/src/lib/components/admin/ApprovalModal.svelte index df7fab5..e1297b6 100644 --- a/frontend/src/lib/components/admin/ApprovalModal.svelte +++ b/frontend/src/lib/components/admin/ApprovalModal.svelte @@ -22,7 +22,7 @@ email?: string; phone?: string; }; - services: Array<{ + services?: Array<{ service_id: string; service_name?: string; price?: number; @@ -632,7 +632,7 @@