0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Removed unused prices method in portal links

no refs

The `getAvailablePrices` method was removed from portal links as we no longer loop over prices for links but use monthly/yearly directly instead.
This commit is contained in:
Rishabh 2021-06-04 17:43:46 +05:30
parent 25a1e52391
commit e9486a8e87

View file

@ -24,7 +24,6 @@ export default Component.extend({
init() {
this._super(...arguments);
this.siteUrl = this.config.get('blogUrl');
this.getAvailablePrices.perform();
},
actions: {