Fix/Embed - Fix for Duration query param getting removed (#6139)

This commit is contained in:
Hariom Balhara 2022-12-21 15:44:56 +05:30 committed by GitHub
parent ae30aafafe
commit 8c4eb4b5fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ const BookingDescription: FC<Props> = (props) => {
}
}
}
}, []);
}, [setDuration, eventType.length, eventType.metadata?.multipleDuration, duration]);
let requiresConfirmation = eventType?.requiresConfirmation;
let requiresConfirmationText = t("requires_confirmation");
const rcThreshold = eventType?.metadata?.requiresConfirmationThreshold;