merge
This commit is contained in:
parent
c4ec531798
commit
a069249d98
@ -111,15 +111,9 @@ function Cryp(props) {
|
|||||||
if (!s) {
|
if (!s) {
|
||||||
const equip = specList.includes(vbox.bound[activeVar]) ? 'equip-spec' : 'gray';
|
const equip = specList.includes(vbox.bound[activeVar]) ? 'equip-spec' : 'gray';
|
||||||
return (
|
return (
|
||||||
<<<<<<< HEAD
|
|
||||||
<figure key={i} className="gray" onClick={blankSpecClick}>
|
|
||||||
{shapes.diamond('stat-icon gray')}
|
|
||||||
<figcaption>+</figcaption>
|
|
||||||
=======
|
|
||||||
<figure key={i} onClick={blankSpecClick}>
|
<figure key={i} onClick={blankSpecClick}>
|
||||||
{shapes.diamond(`stat-icon ${equip}`)}
|
{shapes.diamond(`stat-icon ${equip}`)}
|
||||||
<figcaption> </figcaption>
|
<figcaption>+</figcaption>
|
||||||
>>>>>>> 2318ff3974d80a7c29246cdc8a3eb1653ea45b91
|
|
||||||
</figure>
|
</figure>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user