We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9614a commit 92a05d4Copy full SHA for 92a05d4
packages/search/src/components/SearchResult.tsx
@@ -6,27 +6,6 @@ import { useFollowers } from '../hooks/useFollowers';
6
import { ProfileSearchResult } from '@/hooks/useSearch';
7
import { useProfile } from '@/hooks/useProfile';
8
9
-interface Profile {
10
- name: string;
11
- display: string;
12
- address?: string;
13
- avatar?: string;
14
- header?: string;
15
- records?: {
16
17
18
- description?: string;
19
- location?: string;
20
- email?: string;
21
- url?: string;
22
- 'com.twitter'?: string;
23
- 'com.github'?: string;
24
- 'com.discord'?: string;
25
- 'org.telegram'?: string;
26
- };
27
- chains?: Record<string, string>;
28
-}
29
-
30
interface SearchResultProps {
31
profile: ProfileSearchResult;
32
}
0 commit comments