mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix typo.
This commit is contained in:
parent
ce7c3ffb0a
commit
652ed971e2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue