Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M20-51: New Opt-in for Ghostery #444

Merged

M20-51: fixing tabs vs space problem

  • Loading branch information
Aleksandr Panin
Aleksandr Panin committed Aug 30, 2019
commit a5a4fe7bdf10b65cdccee8af67f320139ecd61a2
@@ -114,8 +114,7 @@ class Notification extends Component {
</button>
</div>
)}
{this.props.data.textLink
&& this.props.data.type !== 'first-prompt'
{this.props.data.textLink && this.props.data.type !== 'first-prompt'
&& (
<a
className="notification-text"
ProTip! Use n and p to navigate between commits in a pull request.