Skip to content

Commit 34fe943

Browse files
fixing lint issue
1 parent 4e44376 commit 34fe943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BidirectionalFlatList.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ export const BidirectionalFlatList = (React.forwardRef(
383383
const index = inverted ? 0 : vData.length - 1;
384384
virtuosoRef.current?.scrollToIndex({
385385
behavior: animated ? 'smooth' : 'auto',
386-
index: index,
386+
index,
387387
});
388388
},
389389
scrollToIndex: ({

0 commit comments

Comments
 (0)