fix: fix frontend a11y and lint errors

This commit is contained in:
2026-07-11 00:21:31 +01:00
parent d787c9a94e
commit 1e4460271b
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -14,7 +14,6 @@ export default defineConfig(
js.configs.recommended, js.configs.recommended,
...ts.configs.recommended, ...ts.configs.recommended,
...svelte.configs.recommended, ...svelte.configs.recommended,
...svelte.configs.a11y,
{ {
languageOptions: { languageOptions: {
globals: { ...globals.browser, ...globals.node } globals: { ...globals.browser, ...globals.node }
@@ -91,8 +91,7 @@
: ''}" : ''}"
> >
<div class="text-sm font-medium text-emerald-800"> <div class="text-sm font-medium text-emerald-800">
{#if protection?.isBlocked}Booking conflict{:else}Time {#if protection?.isBlocked}Booking conflict{:else}Time selected{/if}
selected{/if}
</div> </div>
<div class="mt-1 text-sm text-emerald-700"> <div class="mt-1 text-sm text-emerald-700">
{selectedDate} at {selectedTime} {selectedDate} at {selectedTime}