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 ( -
{briefSummary}
+{briefSummary}
)}