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 e239dd0 commit a200208Copy full SHA for a200208
src/components/sections/challenges/TeamChallenge.tsx
@@ -58,7 +58,7 @@ export default function TeamChallenge(): JSX.Element {
58
];
59
60
const steps: CardData[] = useMemo(() => {
61
- return challenge?.isTeamChallenge ? hackathonChallengeSteps : teamChallengeSteps;
+ return challenge?.isHackathon ? hackathonChallengeSteps : teamChallengeSteps;
62
}, [challenge?.isTeamChallenge]);
63
64
return (
0 commit comments