diff --git a/apps/web/components/booking/BookingListItem.tsx b/apps/web/components/booking/BookingListItem.tsx index 01a775fbb9..f908d11ddb 100644 --- a/apps/web/components/booking/BookingListItem.tsx +++ b/apps/web/components/booking/BookingListItem.tsx @@ -224,7 +224,7 @@ function BookingListItem(booking: BookingItemProps) { const showRecordingsButtons = (booking.location === "integrations:daily" || booking?.location?.trim() === "") && isPast && isConfirmed; - const title = decodeURIComponent(booking.title); + const title = booking.title; return ( <>