diff --git a/client/src/components/instance.constructs.jsx b/client/src/components/instance.constructs.jsx index 5a752394..7877c584 100644 --- a/client/src/components/instance.constructs.jsx +++ b/client/src/components/instance.constructs.jsx @@ -60,6 +60,10 @@ const addState = connect( } function setItemUnequip(v) { + const info = v.length ? v[1] : null; + dispatch(actions.setVboxInfo(info)); + dispatch(actions.setVboxCombiner(null)); + dispatch(actions.setVboxHighlight(false)); dispatch(actions.setVboxSelected({ storeSelect: [], stashSelect: [] })); return dispatch(actions.setItemUnequip(v)); }