Please the linter gods
This commit is contained in:
parent
b10dc7ea6e
commit
463c9fc9f5
|
@ -284,8 +284,7 @@ const Notification: React.FC<INotificaton> = (props) => {
|
||||||
const ariaLabel = messages[type] ? (
|
const ariaLabel = messages[type] ? (
|
||||||
notificationForScreenReader(
|
notificationForScreenReader(
|
||||||
intl,
|
intl,
|
||||||
intl.formatMessage(messages[type],
|
intl.formatMessage(messages[type], {
|
||||||
{
|
|
||||||
name: account && typeof account === 'object' ? account.acct : '',
|
name: account && typeof account === 'object' ? account.acct : '',
|
||||||
targetName,
|
targetName,
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in New Issue