From dd28bb46dbb5eddc9874eee26ae07b00736a0b3d Mon Sep 17 00:00:00 2001 From: Nafees Nazik <84864519+G3root@users.noreply.github.com> Date: Tue, 6 Jun 2023 12:34:54 +0530 Subject: [PATCH] fix: title (#9055) Co-authored-by: alannnc Co-authored-by: Peer Richelsen --- apps/web/pages/booking/[uid].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/pages/booking/[uid].tsx b/apps/web/pages/booking/[uid].tsx index b046645020..f66736cf79 100644 --- a/apps/web/pages/booking/[uid].tsx +++ b/apps/web/pages/booking/[uid].tsx @@ -400,7 +400,7 @@ export default function Success(props: SuccessProps) { )}
{t("what")}
-
{props.bookingInfo.title}
+
{eventName}
{t("when")}
{reschedule && !!formerTime && (