mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-27 06:34:14 +00:00
Fixes #76
This commit is contained in:
parent
09c010667e
commit
393cf4ca47
1 changed files with 0 additions and 1 deletions
|
@ -696,7 +696,6 @@ var LifeformIcons = React.createClass({
|
||||||
if (containsAbility) {
|
if (containsAbility) {
|
||||||
return <img
|
return <img
|
||||||
className="lifeform-icon"
|
className="lifeform-icon"
|
||||||
alt={lifeform}
|
|
||||||
key={lifeform}
|
key={lifeform}
|
||||||
src={`/images/${lifeform.toLowerCase()}.png`} />
|
src={`/images/${lifeform.toLowerCase()}.png`} />
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue