Skip to content

Commit

Permalink
client: fix bad refactor again
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Aug 25, 2024
1 parent 5c6caff commit 1193a04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export function SubmissionDetails({
);
}

return score;
return formattedScore;
};

const renderSubtaskScore = score => {
Expand Down

0 comments on commit 1193a04

Please sign in to comment.