Skip to content

Commit

Permalink
refactor(settings-plan-billing): clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenijesavic committed Sep 8, 2023
1 parent bf38b5a commit d56d923
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/dao/settings-plans-billing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ export default {
unelevated
label="Yearly"
)
//- q-radio(dense v-model="paymentInterval" val="month" label="Monthly")
//- q-radio(dense v-model="paymentInterval" val="year" label="Yearly")
.row.q-mt-xl
template(v-for='(plan,index) in plans')
Expand Down Expand Up @@ -194,6 +192,7 @@ export default {
div
.text-xl.text-weight-600.text-primary {{ $t(`plans.${selectedDaoPlan.id}`) }}
p.q-pa-none.q-ma-none.text-3xl.text-primary.text-bold ${{ formatMoney(selectedDaoPlan.amountUSD) }}
//- TODO: Return after beta
//- span.q-ml-xxs.text-sm.text-weight-500 / {{ $('periods.month') }}
div
q-chip(dense color="positive" text-color="white")
Expand Down
1 change: 0 additions & 1 deletion src/pages/dho/Configuration.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export default {
state: CONFIGURATION_STATE.WAITING,
// tab: TABS.GENERAL
tab: TABS.GENERAL
}
},
Expand Down

0 comments on commit d56d923

Please sign in to comment.