hide back button for embeds (#3339)
parent
8d40e7cfd2
commit
c3c7f82841
|
@ -652,7 +652,7 @@ const AvailabilityPage = ({ profile, eventType }: Props) => {
|
|||
{timezoneDropdown}
|
||||
</div>
|
||||
|
||||
<GoBackToPreviousPage t={t} />
|
||||
{!isEmbed && <GoBackToPreviousPage t={t} />}
|
||||
|
||||
{/* Temporarily disabled - booking?.startTime && rescheduleUid && (
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue