We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63113e9 commit fa46579Copy full SHA for fa46579
src/shared/containers/ProfileBadges.jsx
@@ -58,7 +58,7 @@ function mapDispatchToActions(dispatch) {
58
return {
59
loadBadges: (handle) => {
60
dispatch(profileActions.page.profile.getGamificationBadgesInit(handle));
61
- dispatch(profileActions.page.profile.getGamificationBadgesDone(handle, 36));
+ dispatch(profileActions.page.profile.getGamificationBadgesDone(handle, 100));
62
},
63
};
64
}
0 commit comments