Skip to content

Commit af1663e

Browse files
committed
Remove unnecessary eslint comment
1 parent 1708929 commit af1663e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • apps/CommonApp/src/release_tests/mouseButtons

apps/CommonApp/src/release_tests/mouseButtons/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ function Test({ name, gestureHandlers }: TestProps) {
2727
]}>
2828
{gestureHandlers.map((handler, index) => {
2929
return (
30-
// eslint-disable-next-line @eslint-react/no-array-index-key
3130
<GestureDetector gesture={handler} key={index}>
3231
<View style={[styles.box, { backgroundColor: COLORS[index] }]} />
3332
</GestureDetector>

0 commit comments

Comments
 (0)