Skip to content

Commit 06fda2f

Browse files
committed
Fix lint error
1 parent 7d5d6f0 commit 06fda2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/incubator/WheelPicker/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ const WheelPicker = ({
247247
}, [flatListWidth, labelContainerStyle, label, labelProps, activeTextColor, labelStyle]);
248248

249249
const fader = useMemo(() => (position: FaderPosition) => {
250-
return <Fader visible position={position} size={60} {...faderProps} />;
250+
return <Fader visible position={position} size={60} {...faderProps}/>;
251251
},
252252
[]);
253253

0 commit comments

Comments
 (0)