removing console.log
All checks were successful
Build frontend / build (push) Successful in 54s

This commit is contained in:
Beilin-b
2026-06-17 06:46:57 -07:00
parent d0b626ac8c
commit 61e527fab3
9 changed files with 142 additions and 62 deletions

View File

@ -695,7 +695,6 @@ export default function OwnerBookingsPage() {
>
<OwnerBookingCalendar
property={{ bookings }}
onDateSelect={(date) => console.log('Date selected:', date)}
/>
</motion.div>
)}