Skip to content

Commit 5811f08

Browse files
committed
fix for issue #4384
1 parent bfe04b7 commit 5811f08

File tree

1 file changed

+0
-1
lines changed
  • src/shared/actions/challenge-listing

1 file changed

+0
-1
lines changed

src/shared/actions/challenge-listing/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ function getAllActiveChallengesWithUsersDone(uuid, tokenV3, filter, page = 0) {
111111
/* uch array contains challenges where the user is participating in
112112
@@ -111,8 +124,8 @@ function getAllActiveChallengesDone(uuid, tokenV3) {
113113
* challenges in an efficient way. */
114-
115114
if (uch) {
116115
const map = {};
117116
uch.forEach((item) => { map[item.id] = item; });

0 commit comments

Comments
 (0)