aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-08 04:06:09 -0500
committerLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-08 04:06:09 -0500
commit190d60cca929fd3869dd4ee077ccdfa854adf4dd (patch)
treecd45a3e781d7522cc6a9311133b10c80cb8c2114
parent5ad6895e17afb110d4d85388b479d875597b01a5 (diff)
Remove incorrect documentation
-rw-r--r--src/components/search/RecentSearches.tsx4
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