Skip to content

Commit a432b2c

Browse files
committed
fixed lint
1 parent abf4795 commit a432b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/detail/components/SimplePlan/components/MilestoneChallengeFooter/MilestoneChallengeFooter.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class MilestoneChallengeFooter extends React.Component {
2929
if (this.state.curPage === page) {
3030
return
3131
}
32-
this.state.curPage = page;
32+
this.state.curPage = page
3333
onLoadChallengesByPage(page, milestone)
3434
}
3535
renderPagination() {

0 commit comments

Comments
 (0)