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 79a6894 commit 7e0f013Copy full SHA for 7e0f013
src/shared/components/Dashboard/CurrentActivity/Challenges/ChallengeCard/index.jsx
@@ -66,7 +66,7 @@ export default function ChallengeCard({
66
const STALLED_MSG = 'Stalled';
67
const DRAFT_MSG = 'In Draft';
68
69
- const forumEndpoint = track === COMPETITION_TRACKS.DESIGN
+ const forumEndpoint = track === COMPETITION_TRACKS.DES
70
? `/?module=ThreadList&forumID=${legacy.forumId}`
71
: `/?module=Category&categoryID=${legacy.forumId}`;
72
0 commit comments