fixed missing ifmounted bug / fixed getting item when navigating directly to page
This commit is contained in:
@@ -22,7 +22,6 @@ var SingleItem = React.createClass({
|
||||
|
||||
itemClick: function(e) {
|
||||
NavigationActions.goToItemDetails(this.props.item);
|
||||
ItemActions.selectItem(this.props.item);
|
||||
console.log(this.props.item)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user