mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-07-08 23:32:44 +00:00
fx prettier
This commit is contained in:
parent
709aebb593
commit
8afae3f3f2
@ -3,7 +3,7 @@ import DiscourseURL from "discourse/lib/url";
|
|||||||
|
|
||||||
export default Ember.Controller.extend({
|
export default Ember.Controller.extend({
|
||||||
// Also defined in settings.
|
// Also defined in settings.
|
||||||
currencies: ['AUD', 'CAD', 'EUR', 'GBP', 'USD'],
|
currencies: ["AUD", "CAD", "EUR", "GBP", "USD"],
|
||||||
|
|
||||||
@computed("model.plan.isNew")
|
@computed("model.plan.isNew")
|
||||||
planFieldDisabled(isNew) {
|
planFieldDisabled(isNew) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user