From 82199574364596b880ac3e85c751a2e936bc39ec Mon Sep 17 00:00:00 2001 From: Tim Down <158919+timdown@users.noreply.github.com> Date: Fri, 30 Aug 2024 14:06:34 +0100 Subject: [PATCH] Merge pull request #20196 from overleaf/td-notification-html-validity Remove superfluous elements around notifications on project dashboard GitOrigin-RevId: 975e6056e6e89703f24b5ae1853c58c998722202 --- .../components/notifications/user-notifications.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/services/web/frontend/js/features/project-list/components/notifications/user-notifications.tsx b/services/web/frontend/js/features/project-list/components/notifications/user-notifications.tsx index 9282755da6..34ca1b82d7 100644 --- a/services/web/frontend/js/features/project-list/components/notifications/user-notifications.tsx +++ b/services/web/frontend/js/features/project-list/components/notifications/user-notifications.tsx @@ -86,9 +86,7 @@ function UserNotifications() { }} /> {moduleNotifications.map(({ import: { default: Component }, path }) => ( -
  • - -
  • + ))}