Introduce item-list CSS, move item colors to variables
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user