style: apply prettier formatting to frontend
This commit is contained in:
@@ -11,7 +11,14 @@
|
||||
outOfHours?: boolean;
|
||||
}
|
||||
|
||||
let { selectedDate, selectedTime, endTime, duration, protection, outOfHours = false }: Props = $props();
|
||||
let {
|
||||
selectedDate,
|
||||
selectedTime,
|
||||
endTime,
|
||||
duration,
|
||||
protection,
|
||||
outOfHours = false
|
||||
}: Props = $props();
|
||||
</script>
|
||||
|
||||
<Separator class="my-4" />
|
||||
@@ -78,7 +85,8 @@
|
||||
{/if}
|
||||
<div
|
||||
class="rounded-lg border border-emerald-200 bg-emerald-50 p-4 {protection?.showWarning ||
|
||||
protection?.isBlocked || outOfHours
|
||||
protection?.isBlocked ||
|
||||
outOfHours
|
||||
? 'mt-3'
|
||||
: ''}"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user