style: fix svelte/no-useless-mustaches — unwrap string literals from mustache expressions
This commit is contained in:
@@ -877,10 +877,10 @@
|
||||
minute: '2-digit',
|
||||
hour12: true
|
||||
})}}
|
||||
{' · '}
|
||||
·
|
||||
{formatDuration(booking.duration_minutes)}
|
||||
{#if booking.services?.length}
|
||||
{' · '}
|
||||
·
|
||||
{booking.services.join(', ')}
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user