shows all locations and team members on /book page (#5087)

pull/5034/head^2
Om Ray 2022-10-19 11:54:18 -04:00 committed by GitHub
parent 9e85770435
commit f298865d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -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",