Please the linter gods

This commit is contained in:
Alex Gleason 2022-07-08 17:49:30 -05:00
parent b10dc7ea6e
commit 463c9fc9f5
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 2 deletions

View File

@ -284,8 +284,7 @@ const Notification: React.FC<INotificaton> = (props) => {
const ariaLabel = messages[type] ? (
notificationForScreenReader(
intl,
intl.formatMessage(messages[type],
{
intl.formatMessage(messages[type], {
name: account && typeof account === 'object' ? account.acct : '',
targetName,
}),