diff --git a/src/components/status.tsx b/src/components/status.tsx index b41bdd7a9..830e7b9e5 100644 --- a/src/components/status.tsx +++ b/src/components/status.tsx @@ -240,7 +240,7 @@ const Status: React.FC = (props) => { const accounts = status.accounts || ImmutableList([status.account]); const renderedAccounts = accounts.slice(0, 2).map(account => !!account && ( - + = ({ composeId }) => { const accounts = to.slice(0, 2).map((acct: string) => { const username = acct.split('@')[0]; return ( - + @{username} ); diff --git a/src/features/notifications/components/notification.tsx b/src/features/notifications/components/notification.tsx index 98699ea96..596b755d8 100644 --- a/src/features/notifications/components/notification.tsx +++ b/src/features/notifications/components/notification.tsx @@ -30,7 +30,7 @@ const notificationForScreenReader = (intl: IntlShape, message: string, timestamp }; const buildLink = (account: AccountEntity): JSX.Element => ( - + 2) { renderedAccounts.push( = ({ statu const items = [