Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ppot committed Jan 24, 2018
1 parent 08bf463 commit c51b4a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion lib/components/notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export default class Notifications extends PureComponent {
ev.preventDefault();
}}
href={`https://github.com/zeit/hyper/releases/tag/${this.props.updateVersion}`}

>
notes
</a>).{' '}
Expand Down
4 changes: 1 addition & 3 deletions lib/utils/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,9 +475,7 @@ function getDecorated(parent, name) {
if (!class__ || typeof class__.prototype.render !== 'function') {
notify(
'Plugin error',
`${
fn._pluginName
}: Invalid return value of \`${method}\`. No \`render\` method found. Please return a \`React.Component\`.`
`${fn._pluginName}: Invalid return value of \`${method}\`. No \`render\` method found. Please return a \`React.Component\`.`
);
return;
}
Expand Down

0 comments on commit c51b4a3

Please sign in to comment.