diff --git a/apps/web/components/booking/BookingListItem.tsx b/apps/web/components/booking/BookingListItem.tsx index 9184d419a4..9ed190f43a 100644 --- a/apps/web/components/booking/BookingListItem.tsx +++ b/apps/web/components/booking/BookingListItem.tsx @@ -356,7 +356,7 @@ function BookingListItem(booking: BookingItemProps) { data-today={String(booking.isToday)} className="hover:bg-cal-muted group w-full">
-
+
{eventTypeColor && (
@@ -445,6 +445,13 @@ function BookingListItem(booking: BookingItemProps) { {t("pending_payment")} )} + {isRescheduled && ( + + + {t("rescheduled")} + + + )} {recurringDates !== undefined && (
-
+
{shouldShowPendingActions(actionContext) && } {shouldShowRecurringCancelAction(actionContext) && }