@@ -143,27 +176,15 @@ function PlayerResultsItem(props: PlayerResultsCardProps) {
|
- {score}
+ {getScoreToDisplay()}
|
- {getSubmissionTime()}
+ {getTimeToDisplay()}
|
- {getSubmissionCount()}
+ {getSubmissionCount(player, problemIndex)}
|
- {!onSpectateLive ? (
- {getSubmissionLanguage()}
- ) : null}
- {onSpectateLive ? (
-
-
-
- Launch
- launch
-
-
-
- ) : null}
+ {getFinalColumn()}