mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
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:
+1
-3
@@ -86,9 +86,7 @@ function UserNotifications() {
|
||||
}}
|
||||
/>
|
||||
{moduleNotifications.map(({ import: { default: Component }, path }) => (
|
||||
<li key={path}>
|
||||
<Component />
|
||||
</li>
|
||||
<Component key={path} />
|
||||
))}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user