commit
All checks were successful
Deploy to Server / deploy (push) Successful in 26s

This commit is contained in:
jeremygan2021
2026-03-11 22:56:03 +08:00
parent dbd752b833
commit 8b11d0aab1
3 changed files with 40 additions and 8 deletions

View File

@@ -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>
))}