fixes
This commit is contained in:
parent
9234a575ec
commit
c46c88c34c
2 changed files with 0 additions and 6 deletions
|
|
@ -37,7 +37,6 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
$scope.toEmail = data.stateParams.toEmail;
|
||||
$scope.description = data.stateParams.description;
|
||||
$scope.paypro = data.stateParams.paypro;
|
||||
console.log($scope.paypro);
|
||||
$scope.insufficientFunds = false;
|
||||
$scope.noMatchingWallet = false;
|
||||
$scope.paymentExpired = {
|
||||
|
|
|
|||
|
|
@ -86,11 +86,6 @@
|
|||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
&.double-line {
|
||||
.item-note {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.item-divider {
|
||||
padding-top: 1.2rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue