mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
Display current roster size in gather menu
This commit is contained in:
parent
277dde3ddb
commit
88f6af2f43
1 changed files with 2 additions and 2 deletions
|
@ -731,9 +731,9 @@ const GatherMenu = exports.GatherMenu = React.createClass({
|
|||
return (
|
||||
<li onClick={this.onClick(gather)} className={this.itemClass(gather)}
|
||||
key={gather.type}>
|
||||
<strong>{gather.name}</strong>
|
||||
<strong>{gather.name} ({gather.gatherers.length}/{gather.teamSize * 2})</strong>
|
||||
<br />
|
||||
{`${gather.teamSize} v ${gather.teamSize} - ${gather.description}`}
|
||||
{gather.description}
|
||||
</li>
|
||||
);
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue