Please the linter gods

timeline-nomemo
Alex Gleason 2022-07-08 17:49:30 -05:00
rodzic b10dc7ea6e
commit 463c9fc9f5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

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