mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Fix typo.
This commit is contained in:
parent
ce7c3ffb0a
commit
652ed971e2
@ -78,7 +78,7 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
|
||||
message: intl.formatMessage(messages.openExternalLink),
|
||||
confirm: intl.formatMessage(messages.openExternalLinkConfirm),
|
||||
closeWhenConfirm: true,
|
||||
onConfirm: () => window.open(url, null, 'norefferer'),
|
||||
onConfirm: () => window.open(url, null, 'noreferrer'),
|
||||
},
|
||||
}));
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user