This commit is contained in:
ntr
2019-05-16 19:05:55 +10:00
parent bab62afba2
commit 3ab66d75d2
3 changed files with 36 additions and 27 deletions
-1
View File
@@ -113,7 +113,6 @@ function Cryp(props) {
return (
<figure key={i} onClick={blankSpecClick} className={equip} >
{shapes.diamond(`stat-icon ${equip}`)}
<figcaption>+</figcaption>
</figure>
);
}