Skip to content
Snippets Groups Projects
Commit d97a0525 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix #2261 - noopener typo (#2463)

parent 193dddb4
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ class DetailedStatus extends React.PureComponent {
}
if (status.get('application')) {
applicationLink = <span> · <a className='detailed-status__application' href={status.getIn(['application', 'website'])} target='_blank' rel='nooopener'>{status.getIn(['application', 'name'])}</a></span>;
applicationLink = <span> · <a className='detailed-status__application' href={status.getIn(['application', 'website'])} target='_blank' rel='noopener'>{status.getIn(['application', 'name'])}</a></span>;
}
return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment