style: fix prefer-const and prettier formatting issues
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
import { formatUserName } from '$lib/utils/nameDisplay';
|
||||
|
||||
// Props
|
||||
let { openBookingModal }: { openBookingModal: (bookingId: string) => void } = $props();
|
||||
const { openBookingModal }: { openBookingModal: (bookingId: string) => void } = $props();
|
||||
|
||||
// State
|
||||
let bookings = $state<Booking[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user