From 463c9fc9f5b0259766358dc55abbd1029626a604 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 8 Jul 2022 17:49:30 -0500 Subject: [PATCH] Please the linter gods --- app/soapbox/features/notifications/components/notification.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/soapbox/features/notifications/components/notification.tsx b/app/soapbox/features/notifications/components/notification.tsx index 268539dd2..b413517e6 100644 --- a/app/soapbox/features/notifications/components/notification.tsx +++ b/app/soapbox/features/notifications/components/notification.tsx @@ -284,8 +284,7 @@ const Notification: React.FC = (props) => { const ariaLabel = messages[type] ? ( notificationForScreenReader( intl, - intl.formatMessage(messages[type], - { + intl.formatMessage(messages[type], { name: account && typeof account === 'object' ? account.acct : '', targetName, }),