diff --git a/web/satellite/src/components/account/billing/BillingArea.vue b/web/satellite/src/components/account/billing/BillingArea.vue index 13896bfd3..aad83c387 100644 --- a/web/satellite/src/components/account/billing/BillingArea.vue +++ b/web/satellite/src/components/account/billing/BillingArea.vue @@ -19,6 +19,26 @@
+
+ + +
@@ -163,13 +183,6 @@ export default class BillingArea extends Vue { return this.$store.getters.projectsCount > 0; } - /** - * Toggles free credits dropdown visibility. - */ - public toggleCreditsDropdown(): void { - this.$store.dispatch(APP_STATE_ACTIONS.TOGGLE_FREE_CREDITS_DROPDOWN); - } - /** * Toggles available balance dropdown visibility. */ @@ -304,7 +317,7 @@ export default class BillingArea extends Vue { display: flex; align-items: center; position: relative; - cursor: pointer; + cursor: default; margin-right: 50px; color: #768394;