style: fix svelte/no-useless-mustaches — unwrap string literals from mustache expressions

This commit is contained in:
2026-06-25 14:31:49 +01:00
parent 766b5b7dbd
commit 0dff41a4ee
5 changed files with 7 additions and 493 deletions
@@ -877,10 +877,10 @@
minute: '2-digit',
hour12: true
})}}
{' · '}
·
{formatDuration(booking.duration_minutes)}
{#if booking.services?.length}
{' · '}
·
{booking.services.join(', ')}
{/if}
</div>