(contact)
| 167 | (this.showZenProspectContacts && contact.zpContact)) |
| 168 | }, |
| 169 | matchesFilter (contact) { |
| 170 | return _.contains(contact.email, this.searchInput) |
| 171 | } |
| 172 | }, |
| 173 | components: { |
| 174 | 'skipped-contact-info': SkippedContactInfo, |
nothing calls this directly
no outgoing calls
no test coverage detected