Style reimbursement list items

This commit is contained in:
2020-07-09 23:52:39 +02:00
parent fb267813fb
commit 11c3078b55
12 changed files with 145 additions and 76 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { helper } from '@ember/component/helper';
export default helper(function satsToBtc(params/*, hash*/) {
return params;
export default helper(function satsToBtc(amount/*, hash*/) {
return amount / 100000000;
});