File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/pages/send/multi-send Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3737 </ div >
3838
3939 < div >
40- < div class ="card " *ngFor ="let item of multiRecipients | orderBy : '-' ; let idx = index ">
40+ < div class ="card " *ngFor ="let item of multiRecipients; let idx = index ">
4141 < ion-item-divider >
42- < span class ="ellipsis "> {{ 'Recipient' | translate}} {{multiRecipients.length - idx}}</ span >
43- < button ion-button item-right class ="button-add " outline (click) ="openAmountModal(item, multiRecipients.length - idx - 1 ) ">
42+ < span class ="ellipsis "> {{ 'Recipient' | translate}} {{idx +1 }}</ span >
43+ < button ion-button item-right class ="button-add " outline (click) ="openAmountModal(item, idx) ">
4444 < span *ngIf ="!item.amountToShow "> {{ 'Add amount' | translate}}</ span >
4545 < span *ngIf ="item.amountToShow "> {{ 'Change amount' | translate}}</ span >
4646 </ button >
47- < ion-icon class ="close-icon " name ="ios-close-outline " item-right (click) ="removeRecipient(multiRecipients.length - idx - 1 ) "> </ ion-icon >
47+ < ion-icon class ="close-icon " name ="ios-close-outline " item-right (click) ="removeRecipient(idx) "> </ ion-icon >
4848 </ ion-item-divider >
4949 < ion-list >
5050 < div class ="wallet " *ngIf ="item.recipientType == 'wallet' && item.recipient ">
8686 < span translate > To get started, you'll need to enter a valid address, contact or wallet.</ span >
8787 </ div >
8888 </ div >
89- </ ion-content >
89+ </ ion-content >
You can’t perform that action at this time.
0 commit comments