diff --git a/artifacts/tx-os/src/locales/ar.json b/artifacts/tx-os/src/locales/ar.json index b1146b4d..7996a583 100644 --- a/artifacts/tx-os/src/locales/ar.json +++ b/artifacts/tx-os/src/locales/ar.json @@ -1811,7 +1811,6 @@ "linkCopied": "تم نسخ الرابط", "linkCopyFailed": "تعذّر نسخ الرابط", "table": { - "title": "اسم الاجتماع", "number": "رقم الحجز", "requester": "مقدم الطلب", "date": "تاريخ الحجز", diff --git a/artifacts/tx-os/src/locales/en.json b/artifacts/tx-os/src/locales/en.json index 96442bb7..5096ff45 100644 --- a/artifacts/tx-os/src/locales/en.json +++ b/artifacts/tx-os/src/locales/en.json @@ -1664,7 +1664,6 @@ "linkCopied": "Link copied", "linkCopyFailed": "Could not copy the link", "table": { - "title": "Meeting name", "number": "Booking No.", "requester": "Requester", "date": "Booking date", diff --git a/artifacts/tx-os/src/pages/protocol.tsx b/artifacts/tx-os/src/pages/protocol.tsx index 8a4ead5b..5adc874d 100644 --- a/artifacts/tx-os/src/pages/protocol.tsx +++ b/artifacts/tx-os/src/pages/protocol.tsx @@ -1044,6 +1044,7 @@ export default function ProtocolPage() { bookingIsToday ? "bg-emerald-50/60 hover:bg-emerald-50" : "odd:bg-white even:bg-slate-50/60", + expanded && "border-2 border-b-0 border-slate-500", )} data-testid={`booking-row-${b.id}`} > @@ -1218,13 +1219,13 @@ export default function ProtocolPage() { {expanded && ( - + -
+
- - {t("protocol.bookings.table.title")} -
{b.title}