fix wallet icon amount view

This commit is contained in:
Gabriel Bazán 2016-10-13 17:11:19 -03:00
commit fa905cb719
5 changed files with 6389 additions and 5 deletions

View file

@ -102,7 +102,8 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
isWallet: item.isWallet,
toAddress: addr,
toName: item.name,
toEmail: item.email
toEmail: item.email,
toColor: item.color
})
});
});