mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
Lifeform definition redundant with icons
This commit is contained in:
parent
a436a65c45
commit
640f9c0e59
1 changed files with 0 additions and 10 deletions
|
@ -673,14 +673,6 @@ var Gatherers = React.createClass({
|
|||
|
||||
let skill = gatherer.user.profile.skill || "Not Available";
|
||||
|
||||
let lifeform;
|
||||
let abilities = gatherer.user.profile.abilities;
|
||||
if (abilities.length) {
|
||||
lifeform = abilities.map(ability => {return _.capitalize(ability)}).join(", ");
|
||||
} else {
|
||||
lifeform = "None Specified";
|
||||
}
|
||||
|
||||
let hiveStats = [];
|
||||
if (gatherer.user.hive.skill) hiveStats.push(`${gatherer.user.hive.skill} ELO`);
|
||||
|
||||
|
@ -762,8 +754,6 @@ var Gatherers = React.createClass({
|
|||
className="panel-collapse collapse out" >
|
||||
<div className="panel-body">
|
||||
<dl className="dl-horizontal">
|
||||
<dt>Lifeforms</dt>
|
||||
<dd>{lifeform}</dd>
|
||||
<dt>Skill Level</dt>
|
||||
<dd>{skill}</dd>
|
||||
<dt>Team</dt>
|
||||
|
|
Loading…
Reference in a new issue