diff --git a/common/helper.js b/common/helper.js index d31f1ae..6a127a1 100644 --- a/common/helper.js +++ b/common/helper.js @@ -132,6 +132,7 @@ async function prepareLeaderboard (challengeId, finalists, groupId, groupChallen if (member) { member.scoreLevel = l.scoreLevel + member.finalDetails = l.finalDetails if (member.scoreLevel !== 'queued') { member.points = Math.round(l.aggregateScore * 10000) / 10000 diff --git a/components/FinalistTable.js b/components/FinalistTable.js index ab571c7..d297c5e 100644 --- a/components/FinalistTable.js +++ b/components/FinalistTable.js @@ -65,7 +65,7 @@ const table = (props) => { { !algorithmLeaderboard && !f2fLeaderboard &&