We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24c7b77 + b827e9f commit d456ae2Copy full SHA for d456ae2
1 file changed
dashboard/src/components/site/SiteAppPlanSelectorDialog.vue
@@ -50,15 +50,6 @@ export default {
50
plans() {
51
return this.app.plans.map((plan) => {
52
return {
53
- label:
54
- plan.price_inr === 0 || plan.price_usd === 0
55
- ? 'Free'
56
- : `${this.$format.userCurrency(
57
- this.$team.doc.currency === 'INR'
58
- ? plan.price_inr
59
- : plan.price_usd,
60
- )}/mo`,
61
- sublabel: ' ',
62
...plan,
63
features: plan.features.map((f) => ({
64
value: f,
0 commit comments