Skip to content

Commit 929d93a

Browse files
author
James Hush
committed
Fix lint
1 parent ffb99a7 commit 929d93a

File tree

1 file changed

+0
-1
lines changed
  • examples/apps/infinite-scrolling

1 file changed

+0
-1
lines changed

examples/apps/infinite-scrolling/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ class App extends Component {
6969
test: "infinitescroll"
7070
};
7171
while (contentCnt < page * 3) {
72-
// eslint-disable-line no-unmodified-loop-condition
7372
contents.push(
7473
<Content
7574
index={contentCnt % 3}

0 commit comments

Comments
 (0)