Skip to content

Commit

Permalink
Improves App store
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Nov 28, 2024
1 parent eb529fe commit 0ebb787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app-store/app-store.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ export class AppStoreComponent extends PricingBaseComponent implements OnInit, O



// 'Help Center'
let paidApps = ['WhatsApp Business', 'Facebook Messenger', 'Telegram', 'VXML Voice', 'Twilio SMS']

let paidApps = ['WhatsApp Business', 'Facebook Messenger', 'Telegram', 'VXML Voice', 'Twilio SMS', 'Twilio Voice']
this.apps = this.apps.filter(x => !paidApps.includes(x.title));
this.logger.log('APP-STORE - getApps APPS ', this.apps)

Expand Down

0 comments on commit 0ebb787

Please sign in to comment.