diff --git a/artifacts/tx-os/src/pages/protocol.tsx b/artifacts/tx-os/src/pages/protocol.tsx index 666a6935..fca52c10 100644 --- a/artifacts/tx-os/src/pages/protocol.tsx +++ b/artifacts/tx-os/src/pages/protocol.tsx @@ -1220,8 +1220,8 @@ export default function ProtocolPage() { {expanded && ( -
-
+
+
{t("protocol.bookings.table.title")} @@ -1229,7 +1229,7 @@ export default function ProtocolPage() { {b.title}
-
+
{( [ [t("protocol.bookings.requester"), b.requesterName], @@ -1267,7 +1267,7 @@ export default function ProtocolPage() { ).map(([label, value], i) => (
{label} @@ -1279,7 +1279,7 @@ export default function ProtocolPage() { ))}
-
+
{t("protocol.bookings.keyAttendees")}
{b.keyAttendees && b.keyAttendees.length > 0 ? ( @@ -2488,13 +2488,18 @@ function AttendeesTable({ className={cn( "overflow-x-auto", flush - ? "border-t border-slate-200" + ? "border-t border-slate-300" : "rounded-xl border border-slate-200 shadow-sm", )} > - + # @@ -2512,7 +2517,10 @@ function AttendeesTable({ {attendees.map((a, i) => (