asfgjkaslkjgkl
This commit is contained in:
parent
d559a5f043
commit
2c532aa7d1
@ -83,7 +83,7 @@ function Cryp(props) {
|
||||
function onClick(e) {
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
if (itemEquip) sendVboxApply(cryp.id, itemEquip);
|
||||
if (itemEquip !== null) sendVboxApply(cryp.id, itemEquip);
|
||||
setItemEquip(null);
|
||||
return setActiveCryp(cryp);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user