fix: oncancel modal action week layout (#13625)

This commit is contained in:
alannnc
2024-02-09 23:02:05 +00:00
committed by GitHub
parent 16c1cf7b23
commit b183a5779a
@@ -16,6 +16,9 @@ const BookEventFormWrapper = ({ children }: { onCancel: () => void; children: Re
const { data } = useEvent();
const parsedSelectedTimeslot = dayjs(selectedTimeslot);
const { timeFormat, timezone } = useTimePreferences();
if (!selectedTimeslot) {
return null;
}
return (
<>
<h1 className="font-cal text-emphasis text-xl leading-5">{t("confirm_your_details")} </h1>