Please the linter gods

This commit is contained in:
Alex Gleason
2022-07-08 17:49:30 -05:00
parent b10dc7ea6e
commit 463c9fc9f5

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,
}),