mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +01:00
quick fix
This commit is contained in:
parent
95f4efa92d
commit
851d42e1d9
@ -51,12 +51,8 @@ let EditionContainer = React.createClass({
|
|||||||
<Edition
|
<Edition
|
||||||
edition={this.state.edition}
|
edition={this.state.edition}
|
||||||
currentUser={this.state.currentUser}
|
currentUser={this.state.currentUser}
|
||||||
<<<<<<< HEAD
|
|
||||||
deleteEdition={this.deleteEdition}/>
|
|
||||||
=======
|
|
||||||
deleteEdition={this.deleteEdition}
|
deleteEdition={this.deleteEdition}
|
||||||
savePersonalNote={this.savePersonalNote}/>
|
savePersonalNote={this.savePersonalNote}/>
|
||||||
>>>>>>> AD-43-in-piece_detail-add-generic-field-
|
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user