Merge pull request #6468 from cmgustavo/bug/paypro-txp-modal-01
Fixes modal view if the button has been disabled by payment expired
This commit is contained in:
commit
2f23d6d4ff
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
</button>
|
||||
</ion-header-bar>
|
||||
|
||||
<ion-content ng-init="updateCopayerList()" ng-class="{'add-bottom-for-cta': tx.pendingForUs && canSign}">
|
||||
<ion-content ng-init="updateCopayerList()" ng-class="{'add-bottom-for-cta': tx.pendingForUs && canSign && !paymentExpired}">
|
||||
<div class="list">
|
||||
<div class="item head">
|
||||
<div class="sending-label">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue