Skip to content

Commit

Permalink
fix(Queue.tsx): Hide scroll bar for queue page
Browse files Browse the repository at this point in the history
  • Loading branch information
KingRainbow44 committed Aug 6, 2024
1 parent 1fd3fb1 commit b97ebd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/Queue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ function Queue({ navigation }: IProps) {
<FlashList
ref={listRef}
data={queue}
showsVerticalScrollIndicator={false}
estimatedItemSize={100}
keyExtractor={(_, index) => index.toString()}
renderItem={({ item }) => (
Expand Down

0 comments on commit b97ebd8

Please sign in to comment.