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