mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Remove unused code
This commit is contained in:
@@ -71,15 +71,6 @@ export class AttendeeModalPage implements OnInit {
|
|||||||
|
|
||||||
async selectContact(itm: EventPerson){
|
async selectContact(itm: EventPerson){
|
||||||
|
|
||||||
const index = 0;
|
|
||||||
const findIndex = this.selectedContact.find((contact, index)=>{
|
|
||||||
|
|
||||||
if(contact.Name == itm.Name && contact.EmailAddress == itm.EmailAddress){
|
|
||||||
index = index;
|
|
||||||
return contact;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
this.selectedContact.push(itm);
|
this.selectedContact.push(itm);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user