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,17 +71,8 @@ export class AttendeeModalPage implements OnInit {
|
||||
|
||||
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);
|
||||
|
||||
|
||||
}
|
||||
|
||||
async fetchContacts(filter: string) {
|
||||
|
||||
Reference in New Issue
Block a user