event.charCode === 13 && console.log('gaaaang')}>
-
- updateContactFormSearchQuery(event.target.value)}
- autoFocus
- />
-
+
+
+ updateContactFormSearchQuery(event.target.value)}
+ autoFocus
+ />
+
-
- {
- contactsform.searchQuery.length > 0 && filteredNetworkNodes.map(node => {
- return (
- -
-
- {
- node.alias.length > 0 ?
-
- {node.alias.trim()}
- ({node.pub_key.substr(0, 10)}...{node.pub_key.substr(node.pub_key.length - 10)})
-
- :
-
- {node.pub_key}
-
- }
-
-
- {renderRightSide(node)}
-
-
- )
- })
- }
-
-
-
-
-
- )
+