diff --git a/artifacts/tx-os/src/pages/protocol.tsx b/artifacts/tx-os/src/pages/protocol.tsx index 0bc476c7..ebfccb59 100644 --- a/artifacts/tx-os/src/pages/protocol.tsx +++ b/artifacts/tx-os/src/pages/protocol.tsx @@ -1225,7 +1225,7 @@ export default function ProtocolPage() { {t("protocol.bookings.table.title")} -
+
{b.title}
@@ -1272,22 +1272,26 @@ export default function ProtocolPage() {
{label}
-
+
{value != null && value !== "" ? value : "—"}
))} -
-
+
+
{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", )} >