mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-23 12:52:15 +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) {
|
||||
return <img
|
||||
className="lifeform-icon"
|
||||
alt={lifeform}
|
||||
key={lifeform}
|
||||
src={`/images/${lifeform.toLowerCase()}.png`} />
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue