From 963b4f16ae59bc074fd265c2cf00d2402c5d0fd3 Mon Sep 17 00:00:00 2001 From: Tomasz Misiukiewicz Date: Fri, 17 Nov 2023 08:45:41 +0100 Subject: [PATCH] hide vertical scroll indicator --- src/components/LHNOptionsList/LHNOptionsList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/LHNOptionsList/LHNOptionsList.js b/src/components/LHNOptionsList/LHNOptionsList.js index 0679267bfdf9..0d300c5e2179 100644 --- a/src/components/LHNOptionsList/LHNOptionsList.js +++ b/src/components/LHNOptionsList/LHNOptionsList.js @@ -152,6 +152,7 @@ function LHNOptionsList({ renderItem={renderItem} estimatedItemSize={optionMode === CONST.OPTION_MODE.COMPACT ? variables.optionRowHeightCompact : variables.optionRowHeight} extraData={[currentReportID]} + showsVerticalScrollIndicator={false} /> );