Fixing style
This commit is contained in:
parent
2c81f2ab8c
commit
0712300580
2 changed files with 1 additions and 7 deletions
|
|
@ -78,17 +78,11 @@ angular.module('copayApp.controllers').controller('HistoryController',
|
|||
}
|
||||
|
||||
var items = res.items;
|
||||
<<<<<<< HEAD
|
||||
var now = new Date();
|
||||
_.each(items, function(tx) {
|
||||
tx.ts = tx.minedTs || tx.sentTs;
|
||||
tx.rateTs = Math.floor((tx.ts || now) / 1000);
|
||||
tx.amount = $filter('noFractionNumber')(tx.amount);
|
||||
=======
|
||||
|
||||
_.each(items, function(r, index) {
|
||||
r.ts = r.minedTs || r.sentTs;
|
||||
>>>>>>> Move function getTransactionHistoryCsv to wallet
|
||||
});
|
||||
|
||||
var index = _.indexBy(items, 'rateTs');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue