We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee5236 commit ac3569bCopy full SHA for ac3569b
components/booking/BookingListItem.tsx
@@ -98,7 +98,7 @@ function BookingListItem(booking: BookingItem) {
98
{booking.eventType?.team && <strong>{booking.eventType.team.name}: </strong>}
99
{booking.title}
100
{!booking.confirmed && !booking.rejected && (
101
- <span className="ml-2 inline-flex items-center px-1.5 py-0.5 rounded-sm text-xs font-medium bg-yellow-100 text-yellow-800">
+ <span className="ml-2 hidden sm:inline-flex items-center px-1.5 py-0.5 rounded-sm text-xs font-medium bg-yellow-100 text-yellow-800">
102
{t("unconfirmed")}
103
</span>
104
)}
0 commit comments