Skip to content

Commit

Permalink
Update Link.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hbucius authored Aug 7, 2017
1 parent ef9b0a3 commit a8b3de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-server/core/components/Link.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = React.createClass({
bundleData,
reuseDom,
});
if (this.props.onClick){
if (this.props.onClick) {
this.props.onClick(e)
}
} else {
Expand Down

0 comments on commit a8b3de7

Please sign in to comment.