Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/COS301-SE-2024/MovieHub
Browse files Browse the repository at this point in the history
 into development
  • Loading branch information
asa-siphuma committed Sep 27, 2024
2 parents 18372ed + c253112 commit b224e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Screens/ExplorePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export default function ExplorePage({ route }) {
<ScrollView style={{ backgroundColor: theme.backgroundColor }}
refreshControl={
<RefreshControl refreshing={refreshing} onRefresh={onRefresh} tintColor={colors.primary} />
}>
} scrollbarThumbColor="rgba(0, 0, 0, 0)" showsVerticalScrollIndicator={false}>
<SearchBar onChangeText={handleSearch} />

{searchResults.length > 0 ? (
Expand Down

0 comments on commit b224e6c

Please sign in to comment.