mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-04-25 00:41:07 +00:00
Add description
This commit is contained in:
parent
7b437a5c62
commit
66e77f204d
1 changed files with 2 additions and 2 deletions
|
@ -608,7 +608,7 @@ const Gather = exports.Gather = React.createClass({
|
|||
return (
|
||||
<div>
|
||||
<div className="panel panel-primary add-bottom">
|
||||
<div className="panel-heading">{gather.name}</div>
|
||||
<div className="panel-heading">{gather.name} ({gather.description})</div>
|
||||
<div className="panel-body">
|
||||
<GatherProgress gather={gather} />
|
||||
<GatherActions gather={gather} user={user} thisGatherer={thisGatherer}
|
||||
|
@ -625,7 +625,7 @@ const Gather = exports.Gather = React.createClass({
|
|||
return (
|
||||
<div>
|
||||
<div className="panel panel-primary add-bottom">
|
||||
<div className="panel-heading">{gather.name}</div>
|
||||
<div className="panel-heading">{gather.name} ({gather.description})</div>
|
||||
</div>
|
||||
<Gatherers gather={gather} user={user} thisGatherer={thisGatherer}
|
||||
socket={socket} soundController={soundController}/>
|
||||
|
|
Loading…
Reference in a new issue