Skip to content

Commit d456ae2

Browse files
authored
Merge pull request #6329 from tanmoysrt/fix_app_selector_plan_card
2 parents 24c7b77 + b827e9f commit d456ae2

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

dashboard/src/components/site/SiteAppPlanSelectorDialog.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ export default {
5050
plans() {
5151
return this.app.plans.map((plan) => {
5252
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: ' ',
6253
...plan,
6354
features: plan.features.map((f) => ({
6455
value: f,

0 commit comments

Comments
 (0)