diff --git a/apps/frontend/src/features/public-booking/public-booking-page.tsx b/apps/frontend/src/features/public-booking/public-booking-page.tsx index 1197fc7..690c946 100644 --- a/apps/frontend/src/features/public-booking/public-booking-page.tsx +++ b/apps/frontend/src/features/public-booking/public-booking-page.tsx @@ -1174,9 +1174,7 @@ function SelectedSlotCard(props: BookingShellProps & { compact?: boolean }) { useEffect(() => { if (!selectedSlot) return; - window.requestAnimationFrame(() => { - customerNameInputRef.current?.focus(); - }); + customerNameInputRef.current?.focus(); }, [selectedSlot]); return (