Browse Source

Merge pull request #222 from LN-Zap/fix/lints

fix(lint): remove console.log
renovate/lint-staged-8.x
JimmyMow 7 years ago
committed by GitHub
parent
commit
9b8c5bb4f6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/components/Contacts/ContactsForm.js

2
app/components/Contacts/ContactsForm.js

@ -115,9 +115,7 @@ class ContactsForm extends React.Component {
const searchUpdated = (search) => {
updateContactFormSearchQuery(search)
console.log('search: ', search)
if (search.includes('@') && search.split('@')[0].length === 66) {
console.log('yo')
updateManualFormSearchQuery(search)
}
}

Loading…
Cancel
Save