diff --git a/src/shared/components/Dashboard/Challenges/index.jsx b/src/shared/components/Dashboard/Challenges/index.jsx index bbc8d9d00..b9ae24631 100644 --- a/src/shared/components/Dashboard/Challenges/index.jsx +++ b/src/shared/components/Dashboard/Challenges/index.jsx @@ -51,7 +51,7 @@ export default function ChallengesFeed({ {`$${_.sum( challenge.prizeSets - .filter(set => set.type === 'placement') + .filter(set => set.type === 'PLACEMENT') .map(item => _.sum(item.prizes.map(prize => prize.value))), ).toLocaleString()}`}