diff --git a/components/booking/AvailableTimes.tsx b/components/booking/AvailableTimes.tsx
index 4f7a5fd4..6df37b4a 100644
--- a/components/booking/AvailableTimes.tsx
+++ b/components/booking/AvailableTimes.tsx
@@ -39,7 +39,7 @@ const AvailableTimes = ({
`/${user.username}/book?date=${slot.utc().format()}&type=${eventTypeId}` +
(rescheduleUid ? "&rescheduleUid=" + rescheduleUid : "")
}>
-
+
{slot.format(timeFormat)}