This commit is contained in:
Andreas Zweili 2021-05-05 16:30:00 +02:00
parent d24dbab797
commit e8cedd717a
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@ export default {
state.items.splice(productInCartIndex, 1);
state.qty -= prodData.qty;
state.total -= prodData.price * prodData.qty;
},
}
};