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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
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) |
|
|
|
} |
|
|
|
} |
|
|
|