diff --git a/src/renderer/src/components/NotificationList/index.tsx b/src/renderer/src/components/NotificationList/index.tsx index 5f3f4c73..e6545149 100644 --- a/src/renderer/src/components/NotificationList/index.tsx +++ b/src/renderer/src/components/NotificationList/index.tsx @@ -107,9 +107,9 @@ export default function NotificationList() { } return ( -
- {notifications.map((notification, index) => ( - +
+ {notifications.map((notification) => ( + ))}
{until ?
{t('loading...')}
: t('no more notifications')}