Brackets missing

This commit is contained in:
Jean-Baptiste Dominguez 2018-07-03 12:15:42 +09:00
commit da0ffde179
2 changed files with 5 additions and 2 deletions

View file

@ -131,8 +131,9 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
}
$scope.paymentReceivedCoin = $scope.wallet.coin;
if ($state.current.name === "tabs.receive")
if ($state.current.name === "tabs.receive") {
soundService.play('misc/payment_received.mp3');
}
$scope.$apply(function () {
$scope.showingPaymentReceived = true;