Merge pull request #20196 from overleaf/td-notification-html-validity

Remove superfluous elements around notifications on project dashboard

GitOrigin-RevId: 975e6056e6e89703f24b5ae1853c58c998722202
This commit is contained in:
Tim Down 2024-08-30 14:06:34 +01:00 committed by Copybot
parent a9af85b6ab
commit 8219957436

View file

@ -86,9 +86,7 @@ function UserNotifications() {
}}
/>
{moduleNotifications.map(({ import: { default: Component }, path }) => (
<li key={path}>
<Component />
</li>
<Component key={path} />
))}
</ul>
</div>