Fix state pop on the send flow

This commit is contained in:
Jean-Baptiste Dominguez 2018-08-09 13:14:44 +09:00
commit 0ea97fc1c6
2 changed files with 11 additions and 6 deletions

View file

@ -398,7 +398,6 @@ function reviewController(addressbookService, bitcoinCashJsService, bitcore, bit
}
function goBack() {
sendFlowService.popState();
$ionicHistory.goBack();
}