diff --git a/apps/web/components/booking/BookingListItem.tsx b/apps/web/components/booking/BookingListItem.tsx index 01c0264e88e471..f172d15721ab6d 100644 --- a/apps/web/components/booking/BookingListItem.tsx +++ b/apps/web/components/booking/BookingListItem.tsx @@ -515,7 +515,9 @@ function BookingListItem(booking: BookingItemProps) { {!isPending && (
- {(provider?.label || locationToDisplay?.startsWith("https://")) && + {(provider?.label || + (typeof locationToDisplay === "string" && + locationToDisplay?.startsWith("https://"))) && locationToDisplay.startsWith("http") && (