mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-07-08 07:12:46 +00:00
fix white space
This commit is contained in:
parent
52db93ecd8
commit
bf4fdd18ef
@ -4,7 +4,7 @@ import { ajax } from "discourse/lib/ajax";
|
|||||||
|
|
||||||
const UserPayment = EmberObject.extend({
|
const UserPayment = EmberObject.extend({
|
||||||
@computed("amount")
|
@computed("amount")
|
||||||
amountDollars(amount){
|
amountDollars(amount) {
|
||||||
return parseFloat(amount / 100).toFixed(2);
|
return parseFloat(amount / 100).toFixed(2);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user