mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-19 16:11:01 +00:00
Tidy up completed gather title
This commit is contained in:
parent
6f27029076
commit
718a1e1a7e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue