fixedconflict
This commit is contained in:
@@ -41,11 +41,19 @@ var ItemWithDetailsPage = React.createClass({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_onChange: function () {
|
_onChange: function () {
|
||||||
|
<<<<<<< HEAD
|
||||||
if (this.isMounted()) {
|
if (this.isMounted()) {
|
||||||
this.setState({
|
this.setState({
|
||||||
item: ItemStore.getLoadedItemWithDetails()
|
item: ItemStore.getLoadedItemWithDetails()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
=======
|
||||||
|
if(this.isMounted()) {
|
||||||
|
this.setState({
|
||||||
|
item: ItemStore.getSelectedItem()
|
||||||
|
});
|
||||||
|
}
|
||||||
|
>>>>>>> f0f25b10c0e909df4f366e132f46834a56493e8d
|
||||||
},
|
},
|
||||||
|
|
||||||
getInitialState: function () {
|
getInitialState: function () {
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ Router.run(function(Handler, state) {
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
App: ExternalApi,
|
App: ExternalApi,
|
||||||
Router: Routes
|
Router: Router
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user