Skip to content

Commit fcbcbaa

Browse files
Always load statistics
1 parent 1f9162f commit fcbcbaa

File tree

1 file changed

+2
-1
lines changed
  • src/shared/containers/challenge-detail

1 file changed

+2
-1
lines changed

src/shared/containers/challenge-detail/index.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,10 @@ class ChallengeDetailPageContainer extends React.Component {
186186

187187
) {
188188
loadChallengeDetails(auth, challengeId);
189-
fetchChallengeStatistics(auth, challengeId);
190189
}
191190

191+
fetchChallengeStatistics(auth, challengeId);
192+
192193
if (!allCountries.length) {
193194
getAllCountries(auth.tokenV3);
194195
}

0 commit comments

Comments
 (0)