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:
parent
25a1e52391
commit
e9486a8e87
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ export default Component.extend({
|
|||
init() {
|
||||
this._super(...arguments);
|
||||
this.siteUrl = this.config.get('blogUrl');
|
||||
this.getAvailablePrices.perform();
|
||||
},
|
||||
|
||||
actions: {
|
||||
|
|
Loading…
Add table
Reference in a new issue