diff options
author | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-03-08 04:06:09 -0500 |
---|---|---|
committer | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-03-08 04:06:09 -0500 |
commit | 190d60cca929fd3869dd4ee077ccdfa854adf4dd (patch) | |
tree | cd45a3e781d7522cc6a9311133b10c80cb8c2114 /src | |
parent | 5ad6895e17afb110d4d85388b479d875597b01a5 (diff) |
Remove incorrect documentation
Diffstat (limited to 'src')
-rw-r--r-- | src/components/search/RecentSearches.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/search/RecentSearches.tsx b/src/components/search/RecentSearches.tsx index 6fb9fca9..5db1342c 100644 --- a/src/components/search/RecentSearches.tsx +++ b/src/components/search/RecentSearches.tsx @@ -18,9 +18,7 @@ interface RecentSearchesProps extends TouchableOpacityProps { recents: Array<ProfilePreviewType>; screenType: ScreenType; } -/** - * An image component that returns the <Image> of the icon for a specific social media platform. - */ + const RecentSearches: React.FC<RecentSearchesProps> = (props) => { return ( <ScrollView |