shows all locations and team members on /book page (#5087)
parent
9e85770435
commit
f298865d9e
|
@ -85,11 +85,9 @@ const BookingDescription: FC<Props> = (props) => {
|
|||
{t("requires_confirmation")}
|
||||
</div>
|
||||
)}
|
||||
{!isBookingPage && !props.rescheduleUid ? (
|
||||
<AvailableEventLocations
|
||||
locations={eventType.locations as AvailabilityPageProps["eventType"]["locations"]}
|
||||
/>
|
||||
) : null}
|
||||
<p
|
||||
className={classNames(
|
||||
"text-sm font-medium",
|
||||
|
|
Loading…
Reference in New Issue