From 640f9c0e598765a74db9f6ddd497f30c451b6ee8 Mon Sep 17 00:00:00 2001 From: Chris Blanchard Date: Sun, 20 Sep 2015 23:28:57 +0100 Subject: [PATCH] Lifeform definition redundant with icons --- lib/react/gather.jsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/react/gather.jsx b/lib/react/gather.jsx index 4b9ea7c..d9188aa 100644 --- a/lib/react/gather.jsx +++ b/lib/react/gather.jsx @@ -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" >
-
Lifeforms
-
{lifeform}
Skill Level
{skill}
Team