logging
This commit is contained in:
@@ -66,7 +66,7 @@ function Cryp(props) {
|
||||
const skill = cryp.skills[i];
|
||||
const s = skill
|
||||
? skill.skill
|
||||
: (<span> </span>);
|
||||
: (<span className="gray">+</span>);
|
||||
|
||||
function skillClick(e) {
|
||||
if (!skill) setHighlight('skill');
|
||||
@@ -98,7 +98,7 @@ function Cryp(props) {
|
||||
return (
|
||||
<figure key={i} className="gray" onClick={blankSpecClick}>
|
||||
{shapes.diamond('stat-icon gray')}
|
||||
<figcaption> </figcaption>
|
||||
<figcaption>+</figcaption>
|
||||
</figure>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user