+
+
{t("protocol.bookings.keyAttendees")}
{b.keyAttendees && b.keyAttendees.length > 0 ? (
-
+
) : (
-
—
+
+ —
+
)}
{b.status === "rejected" && b.rejectionReason && (
@@ -2473,12 +2477,21 @@ export default function ProtocolPage() {
function AttendeesTable({
attendees,
t,
+ flush = false,
}: {
attendees: KeyAttendee[];
t: (key: string) => string;
+ flush?: boolean;
}) {
return (
-
+
@@ -2509,7 +2522,7 @@ function AttendeesTable({
className={cn(
"inline-block whitespace-nowrap rounded-full px-2.5 py-0.5 text-[11px] font-medium",
a.side === "external"
- ? "bg-violet-100 text-violet-700"
+ ? "bg-rose-100 text-rose-700"
: "bg-sky-100 text-sky-700",
)}
>