mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 03:43:41 +00: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:
parent
a9af85b6ab
commit
8219957436
1 changed files with 1 additions and 3 deletions
|
@ -86,9 +86,7 @@ function UserNotifications() {
|
|||
}}
|
||||
/>
|
||||
{moduleNotifications.map(({ import: { default: Component }, path }) => (
|
||||
<li key={path}>
|
||||
<Component />
|
||||
</li>
|
||||
<Component key={path} />
|
||||
))}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue