diff --git a/src/components/notification.jsx b/src/components/notification.jsx index 198c542e..823d9f43 100644 --- a/src/components/notification.jsx +++ b/src/components/notification.jsx @@ -1,3 +1,4 @@ +import { Fragment } from 'preact'; import { memo } from 'preact/compat'; import shortenNumber from '../utils/shorten-number'; @@ -221,9 +222,10 @@ function Notification({ notification, instance, isStatic }) { )} {_accounts?.length > 1 && (
- {_accounts.slice(0, AVATARS_LIMIT).map((account, i) => (
- <>
+ {_accounts.slice(0, AVATARS_LIMIT).map((account) => (
+