diff --git a/src/forge/users/contribution/index.jsx b/src/forge/users/contribution/index.jsx index 0bafa2860..381b474e3 100644 --- a/src/forge/users/contribution/index.jsx +++ b/src/forge/users/contribution/index.jsx @@ -162,7 +162,7 @@ function Contribution(props){ } {total > limit &&
- setPage(page)}/> + {setPage(page);window.scrollTo(0,0);}}/>
} )