removing unneeded function call
This commit is contained in:
@@ -46,7 +46,6 @@ var MenuItemListComponent = React.createClass({
|
||||
_onCartClick: function(e) {
|
||||
NavigationActions.goToCart();
|
||||
e.preventDefault();
|
||||
e.cancelImmediatePropagation();
|
||||
},
|
||||
|
||||
render: function() {
|
||||
|
||||
Reference in New Issue
Block a user