diff --git a/src/v2/components/Search/result.jsx b/src/v2/components/Search/result.jsx index ea1ef2ac..913638d8 100644 --- a/src/v2/components/Search/result.jsx +++ b/src/v2/components/Search/result.jsx @@ -3,6 +3,7 @@ import React, {memo} from 'react'; import {map} from 'lodash/fp'; import {Link} from 'react-router-dom'; import type {Validator} from 'v2/@types/validator'; +import MixPanel from 'v2/mixpanel'; import useStyles from './styles'; @@ -20,13 +21,20 @@ const SearchResult = ({ onClear, }: SearchResultProps) => { const classes = useStyles(); - const renderItem = ({nodePubkey}: {nodePubkey: string}) => ( -