diff --git a/src/themes/ivpn-v3/assets/js/components/popups/ChangeProduct.vue b/src/themes/ivpn-v3/assets/js/components/popups/ChangeProduct.vue index 5a4365dfd..0db4b123e 100644 --- a/src/themes/ivpn-v3/assets/js/components/popups/ChangeProduct.vue +++ b/src/themes/ivpn-v3/assets/js/components/popups/ChangeProduct.vue @@ -31,7 +31,6 @@ }, methods: { async deleteSessions() { - await this.$store.dispatch("sessions/deleteSessions") await this.$store.dispatch("product/change",this.data); if (!this.error) {