bestScore format
This commit is contained in:
parent
02a0f1435c
commit
564996604c
@ -99,7 +99,7 @@ const MiniChallenge = (props) => {
|
|||||||
{props.metric ? props.metric : 'xxx'}
|
{props.metric ? props.metric : 'xxx'}
|
||||||
</IconLabel>
|
</IconLabel>
|
||||||
<IconLabel size="24px" gap="8px" type="bestScore">
|
<IconLabel size="24px" gap="8px" type="bestScore">
|
||||||
{props.bestScore ? props.bestScore : 'xxx'}
|
{props.bestScore ? props.bestScore.slice(0, 6) : 'xxx'}
|
||||||
</IconLabel>
|
</IconLabel>
|
||||||
{deadlineRender()}
|
{deadlineRender()}
|
||||||
<IconLabel size="24px" gap="8px" type="baseline">
|
<IconLabel size="24px" gap="8px" type="baseline">
|
||||||
|
Loading…
Reference in New Issue
Block a user