Tidy up completed gather title

This commit is contained in:
Chris Blanchard 2016-04-19 00:16:21 +01:00
parent 6f27029076
commit 718a1e1a7e

View file

@ -1014,7 +1014,7 @@ const CompletedGather = exports.CompletedGather = React.createClass({
<div>
<div className="panel panel-success add-bottom pointer"
onClick={this.toggleGatherInfo}>
<div className="panel-heading"><strong>{gatherName} {this.completionDate()}</strong></div>
<div className="panel-heading"><strong>{gatherName} - {this.completionDate()}</strong></div>
</div>
{gatherInfo}
</div>