Skip to content

Commit 92a05d4

Browse files
committed
Patch search
1 parent 8b9614a commit 92a05d4

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

packages/search/src/components/SearchResult.tsx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,6 @@ import { useFollowers } from '../hooks/useFollowers';
66
import { ProfileSearchResult } from '@/hooks/useSearch';
77
import { useProfile } from '@/hooks/useProfile';
88

9-
interface Profile {
10-
name: string;
11-
display: string;
12-
address?: string;
13-
avatar?: string;
14-
header?: string;
15-
records?: {
16-
header?: string;
17-
avatar?: string;
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-
309
interface SearchResultProps {
3110
profile: ProfileSearchResult;
3211
}

0 commit comments

Comments
 (0)