Skip to content

Commit fa46579

Browse files
committed
up badges to 100
1 parent 63113e9 commit fa46579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/containers/ProfileBadges.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function mapDispatchToActions(dispatch) {
5858
return {
5959
loadBadges: (handle) => {
6060
dispatch(profileActions.page.profile.getGamificationBadgesInit(handle));
61-
dispatch(profileActions.page.profile.getGamificationBadgesDone(handle, 36));
61+
dispatch(profileActions.page.profile.getGamificationBadgesDone(handle, 100));
6262
},
6363
};
6464
}

0 commit comments

Comments
 (0)