Skip to content

Commit

Permalink
Merge pull request #1550 from Automattic/fix/lint-issue
Browse files Browse the repository at this point in the history
Fixes lint issue
  • Loading branch information
belcherj authored Aug 20, 2019
2 parents efadd17 + 693bda2 commit 7b724e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export class Auth extends Component {
href="https://simplenote.com/terms/"
onClick={event => {
event.preventDefault();
viewExternalUrl( 'https://simplenote.com/terms/' );
viewExternalUrl('https://simplenote.com/terms/');
}}
>
Terms of Service
Expand Down

0 comments on commit 7b724e0

Please sign in to comment.