Skip to content

Commit

Permalink
Merge branch 'master' into addLockRoutes-naturalcrit#3326
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ambatte authored Jun 6, 2024
2 parents 6d9e564 + 4033d3a commit 2c6e007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/naturalcrit/nav/nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const Nav = {
color : null
};
},
handleClick : function(){
this.props.onClick();
handleClick : function(e){
this.props.onClick(e);
},
render : function(){
const classes = cx('navItem', this.props.color, this.props.className);
Expand Down

0 comments on commit 2c6e007

Please sign in to comment.