Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 2dc7d73

Browse files
author
vikasrohit
committed
SUP-1908, View all active has wrong status for challenges
Fixed
1 parent 2bc0055 commit 2dc7d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/my-challenges/my-challenges.controller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181

8282
return ChallengeService.getUserChallenges(handle, params)
8383
.then(function(challenges){
84+
ChallengeService.processActiveDevDesignChallenges(challenges);
8485
if (challenges.length > 0) {
8586
vm.myChallenges = challenges;
8687
vm.userHasChallenges = true;

0 commit comments

Comments
 (0)