diff --git a/apps/web/components/booking/BookingListItem.tsx b/apps/web/components/booking/BookingListItem.tsx index 1117883f9d..5eef3d21a5 100644 --- a/apps/web/components/booking/BookingListItem.tsx +++ b/apps/web/components/booking/BookingListItem.tsx @@ -365,20 +365,8 @@ function BookingListItem(booking: BookingItemProps) { )} -
-
- {isUpcoming && !isCancelled ? ( - <> - {isPending && user?.id === booking.user?.id && } - {isConfirmed && } - {isRejected &&
{t("rejected")}
} - - ) : null} - {isPast && isPending && !isConfirmed ? : null} -
-
- + {isUpcoming && !isCancelled ? ( <> {isPending && user?.id === booking.user?.id && }