Introduce item-list CSS, move item colors to variables

This commit is contained in:
2020-07-09 22:41:11 +02:00
parent a96cca879d
commit fb267813fb
9 changed files with 47 additions and 36 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { helper } from '@ember/component/helper';
export default helper(function satsToBtc(amount/*, hash*/) {
return amount / 100000000;
export default helper(function satsToBtc(params/*, hash*/) {
return params;
});