aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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