Skip to content

Commit abf4795

Browse files
committed
attempt to fix pagination
1 parent b9661ef commit abf4795

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)