diff --git a/client/src/components/instance.constructs.jsx b/client/src/components/instance.constructs.jsx index e5197f1c..3ca26d41 100644 --- a/client/src/components/instance.constructs.jsx +++ b/client/src/components/instance.constructs.jsx @@ -83,6 +83,7 @@ function Construct(props) { function onClick(e) { e.stopPropagation(); e.preventDefault(); + console.log('const click eA') if (itemEquip !== null) sendVboxApply(construct.id, itemEquip); setItemEquip(null); return setActiveConstruct(construct); @@ -128,7 +129,7 @@ function Construct(props) { return (