fix wallet icon amount view
This commit is contained in:
parent
bfc48d5640
commit
fa905cb719
5 changed files with 6389 additions and 5 deletions
|
|
@ -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
|
||||
})
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue