diff --git a/app/_components/booking-item.tsx b/app/_components/booking-item.tsx index c97b40d..840f1ad 100644 --- a/app/_components/booking-item.tsx +++ b/app/_components/booking-item.tsx @@ -82,7 +82,13 @@ const BookingItem = ({ booking }: BookingItemProps) => { })}
{format(booking.date, "dd")}
-{format(booking.date, "hh:mm")}
+ @@ -141,7 +147,13 @@ const BookingItem = ({ booking }: BookingItemProps) => {