Skip to content

Commit

Permalink
fix scroll indicator showing
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymczakJ committed Oct 3, 2024
1 parent dfb3325 commit ea856bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Search/SearchRouter/SearchRouterList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ function SearchRouterList(
containerStyle={[styles.mh100]}
sectionListStyle={[isSmallScreenWidth ? styles.ph5 : styles.ph2, styles.pb2]}
ref={ref}
showScrollIndicator={!isSmallScreenWidth}
/>
);
}
Expand Down

0 comments on commit ea856bd

Please sign in to comment.