diff --git a/website/client/store/actions/shops.js b/website/client/store/actions/shops.js index 97d3dfc619..5efe395f74 100644 --- a/website/client/store/actions/shops.js +++ b/website/client/store/actions/shops.js @@ -41,14 +41,6 @@ async function buyArmoire (store, params) { const quantity = params.quantity || 1; let armoire = content.armoire; - buyOp(store.state.user.data, { - params: { - key: 'armoire', - }, - type: 'armoire', - quantity, - }); - // We need the server result because Armoire has random item in the result let result = await axios.post('/api/v3/user/buy/armoire', { type: 'armoire',