diff --git a/frontend/eslint.config.js b/frontend/eslint.config.js
index 65cc549..4664acd 100644
--- a/frontend/eslint.config.js
+++ b/frontend/eslint.config.js
@@ -49,7 +49,6 @@ export default defineConfig(
svelteConfig
}
},
- rules: {
- }
+ rules: {}
}
);
diff --git a/frontend/src/lib/components/account/EditRequestModal.svelte b/frontend/src/lib/components/account/EditRequestModal.svelte
index ecc21ea..20492f0 100644
--- a/frontend/src/lib/components/account/EditRequestModal.svelte
+++ b/frontend/src/lib/components/account/EditRequestModal.svelte
@@ -9,12 +9,7 @@
import * as Label from '$lib/components/ui/label';
import DatePicker from '$lib/components/booking/DatePicker.svelte';
import PolicyPopover from '$lib/components/ui/policyPopover.svelte';
- import type {
- Booking,
- Service,
- WorkingHoursDay,
- AvailableHoursDay
- } from '$lib/types/booking';
+ import type { Booking, Service, WorkingHoursDay, AvailableHoursDay } from '$lib/types/booking';
import {
extractBookedSlots,
getLunchProtectionForSlots,
@@ -787,8 +782,8 @@
Cannot Reschedule Online
{noticeBlockedMessage}
- Contact us to discuss
- options, or
+ Contact us
+ to discuss options, or