diff --git a/client/src/components/vbox.component.jsx b/client/src/components/vbox.component.jsx index f807d1d5..2373cc32 100644 --- a/client/src/components/vbox.component.jsx +++ b/client/src/components/vbox.component.jsx @@ -123,8 +123,7 @@ class Vbox extends preact.Component { if (!player) return false; const { vbox } = player; const { shopSelect, stashSelect } = vboxSelected; - console.log(vboxSelected); - const vboxSelecting = shopSelect.length; + const vboxSelecting = shopSelect.length === 1 && stashSelect.length === 0; function combinerChange(newStashSelect) { return setVboxSelected({ shopSelect, stashSelect: newStashSelect }); @@ -387,7 +386,6 @@ class Vbox extends preact.Component {