Skip to content

Commit c708c6a

Browse files
authored
wheel picker separators code refcator (#3232)
1 parent 0aa3ee0 commit c708c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/WheelPicker/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ const WheelPicker = <T extends WheelPickerItemValue>(props: WheelPickerProps<T>)
349349

350350
return (
351351
<View testID={testID} bg-$backgroundDefault style={style}>
352+
{separators}
352353
<View row centerH>
353354
<View flexG>
354355
<AnimatedFlatList
@@ -383,7 +384,6 @@ const WheelPicker = <T extends WheelPickerItemValue>(props: WheelPickerProps<T>)
383384
{label && labelContainer}
384385
{fader(FaderPosition.BOTTOM)}
385386
{fader(FaderPosition.TOP)}
386-
{separators}
387387
</View>
388388
);
389389
};

0 commit comments

Comments
 (0)