diff --git a/frontend/app/notifications/page.tsx b/frontend/app/notifications/page.tsx index c9be3ae..259b5ba 100644 --- a/frontend/app/notifications/page.tsx +++ b/frontend/app/notifications/page.tsx @@ -1048,9 +1048,9 @@ export default function NotificationsPage() { const billTitle = p.bill_title as string | undefined; const briefSummary = p.brief_summary as string | undefined; return ( -
+
-
+
{meta.label} {billLabel && ( @@ -1085,7 +1085,7 @@ export default function NotificationsPage() { ) : null; })()} {briefSummary && ( -

{briefSummary}

+

{briefSummary}

)}
{showDispatch && (