diff --git a/components/booking/BookingListItem.tsx b/components/booking/BookingListItem.tsx index 3c2cab39..3f218396 100644 --- a/components/booking/BookingListItem.tsx +++ b/components/booking/BookingListItem.tsx @@ -98,7 +98,7 @@ function BookingListItem(booking: BookingItem) { {booking.eventType?.team && {booking.eventType.team.name}: } {booking.title} {!booking.confirmed && !booking.rejected && ( - + {t("unconfirmed")} )}