header css

This commit is contained in:
Sebastiaan Pasma 2018-08-06 11:25:29 +02:00
commit ec354bd340
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
3 changed files with 18 additions and 7 deletions

View file

@ -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;