diff --git a/src/pages/notifications.jsx b/src/pages/notifications.jsx index d538c632..e5a9c59b 100644 --- a/src/pages/notifications.jsx +++ b/src/pages/notifications.jsx @@ -195,7 +195,7 @@ function NotificationsList({ notifications, emptyCopy }) { {cleanNotifications.map((notification, i) => { const { id, type } = notification; return ( -
  • +
  • );