From 2e2e56595b8b085b3cbc84d9125969ae22092443 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Fri, 5 Mar 2021 11:50:55 -0800 Subject: styling, passing in title too --- src/components/search/ExploreSection.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/components/search') diff --git a/src/components/search/ExploreSection.tsx b/src/components/search/ExploreSection.tsx index 53073a9e..784e089c 100644 --- a/src/components/search/ExploreSection.tsx +++ b/src/components/search/ExploreSection.tsx @@ -21,7 +21,13 @@ const ExploreSection: React.FC = ({title, users}) => { data={users} ListHeaderComponent={} renderItem={({item: user}: {item: ProfilePreviewType}) => ( - + )} showsHorizontalScrollIndicator={false} horizontal -- cgit v1.2.3-70-g09d2