asfgjkaslkjgkl
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user