Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Apr 5, 2024
1 parent d18469a commit 3e8f269
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/app/(tabs)/search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,9 @@ function SearchScreen() {
) : recentSearches.length > 0 || recentlyViewed.length > 0 ? (
<ScrollView showsVerticalScrollIndicator={false} bounces={false}>
<View style={styles.recentSpacing}>
<Text style={globalStyles.subHeading1Bold}>Recent Searches</Text>
<Text style={globalStyles.subHeading1Bold}>
Recent Searches
</Text>
<Pressable onPress={clearRecentSearches}>
<Text
style={[
Expand All @@ -278,7 +280,9 @@ function SearchScreen() {
</View>

<View style={styles.recentSpacing}>
<Text style={globalStyles.subHeading1Bold}>Recently Viewed</Text>
<Text style={globalStyles.subHeading1Bold}>
Recently Viewed
</Text>
<Pressable onPress={clearRecentlyViewed}>
<Text
style={[
Expand Down

0 comments on commit 3e8f269

Please sign in to comment.