Skip to content

Commit 7e0f013

Browse files
Update track name
1 parent 79a6894 commit 7e0f013

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/Dashboard/CurrentActivity/Challenges/ChallengeCard

1 file changed

+1
-1
lines changed

src/shared/components/Dashboard/CurrentActivity/Challenges/ChallengeCard/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default function ChallengeCard({
6666
const STALLED_MSG = 'Stalled';
6767
const DRAFT_MSG = 'In Draft';
6868

69-
const forumEndpoint = track === COMPETITION_TRACKS.DESIGN
69+
const forumEndpoint = track === COMPETITION_TRACKS.DES
7070
? `/?module=ThreadList&forumID=${legacy.forumId}`
7171
: `/?module=Category&categoryID=${legacy.forumId}`;
7272

0 commit comments

Comments
 (0)