Skip to content

Commit

Permalink
hide vertical scroll indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
TMisiukiewicz committed Nov 17, 2023
1 parent dd9e841 commit fb01718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/LHNOptionsList/LHNOptionsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ function LHNOptionsList({
renderItem={renderItem}
estimatedItemSize={optionMode === CONST.OPTION_MODE.COMPACT ? variables.optionRowHeightCompact : variables.optionRowHeight}
extraData={[currentReportID]}
showsVerticalScrollIndicator={false}
/>
</View>
);
Expand Down

0 comments on commit fb01718

Please sign in to comment.