diff --git a/web/satellite/src/components/account/billing/BillingArea.vue b/web/satellite/src/components/account/billing/BillingArea.vue index f6657f98c..982c665dc 100644 --- a/web/satellite/src/components/account/billing/BillingArea.vue +++ b/web/satellite/src/components/account/billing/BillingArea.vue @@ -34,7 +34,6 @@
-
@@ -84,6 +83,7 @@
+
diff --git a/web/satellite/src/components/account/billing/coupons/CouponArea.vue b/web/satellite/src/components/account/billing/coupons/CouponArea.vue index 558ef6f67..30dc03c38 100644 --- a/web/satellite/src/components/account/billing/coupons/CouponArea.vue +++ b/web/satellite/src/components/account/billing/coupons/CouponArea.vue @@ -96,7 +96,7 @@ export default class CouponArea extends Vue { */ public onCreateClick(): void { this.analytics.pageVisit(RouteConfig.Billing.with(RouteConfig.AddCouponCode).path); - this.$router.push(RouteConfig.Billing.with(RouteConfig.AddCouponCode).path); + this.$router.push({ name: RouteConfig.AddCouponCode.name }) } /**