isSubscribedTo()

in public/js/account.js [165:167]


  isSubscribedTo(tier) {
    return this.subscriptions.includes(tier);
  }