This commit is contained in:
@@ -315,7 +315,7 @@ const CompetitionDetail = () => {
|
||||
<div style={{ color: '#888', fontSize: 12 }}>{project.contestant_info?.nickname}</div>
|
||||
</div>
|
||||
<div style={{ fontSize: isMobile ? 18 : 24, color: '#00b96b', fontWeight: 'bold' }}>
|
||||
{enrollment && project.contestant === enrollment.id ? project.final_score : '**'}
|
||||
{project.final_score ?? '待定'}
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user