From 74323f840965d3380c2d7feefa917c1727b3c266 Mon Sep 17 00:00:00 2001 From: ntr Date: Sat, 1 Jun 2019 18:22:12 +1000 Subject: [PATCH] equip bug fix --- client/src/components/instance.constructs.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 (