diff --git a/js/components/edition.js b/js/components/edition.js index 682e0c9b..e583273d 100644 --- a/js/components/edition.js +++ b/js/components/edition.js @@ -224,7 +224,7 @@ let EditionSummary = React.createClass({ ); } - status =( + status = ( {statusAction} ); @@ -323,16 +323,7 @@ let EditionDetailHistoryIterator = React.createClass({ return (
{this.props.history.map((historicalEvent, i) => { - //return ( - // - //); - return( + return (
{ historicalEvent[1] }
- ) + ); })}