header css
This commit is contained in:
parent
731cfebc8a
commit
ec354bd340
3 changed files with 18 additions and 7 deletions
|
|
@ -105,6 +105,10 @@ function reviewController(addressbookService, bitcoinCashJsService, bitcore, bit
|
|||
}
|
||||
|
||||
vm.approve = function() {
|
||||
if (vm.thirdParty.id === 'shapeshift') {
|
||||
shapeshiftService.shiftIt();
|
||||
return;
|
||||
}
|
||||
|
||||
if (!tx || !vm.originWallet) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue