Skip to content

Commit

Permalink
Merge branch 'master' into addLockNotification-naturalcrit#3326
Browse files Browse the repository at this point in the history
  • Loading branch information
calculuschild authored Jun 4, 2024
2 parents ec514cd + 4033d3a commit 423413e
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 423413e

Please sign in to comment.