修正獎勵評審資訊、評分資訊
This commit is contained in:
@@ -451,7 +451,10 @@ export default function CompetitionPage() {
|
||||
</div>
|
||||
|
||||
<CardTitle className="text-lg line-clamp-2">
|
||||
{award.appName || award.proposalTitle || award.teamName}
|
||||
{award.competitionType === "team"
|
||||
? (award.teamName || "團隊名稱")
|
||||
: (award.appName || award.proposalTitle || "應用名稱")
|
||||
}
|
||||
</CardTitle>
|
||||
<p className="text-sm text-gray-500">by {award.creator}</p>
|
||||
<div className="text-xs text-gray-400">
|
||||
|
Reference in New Issue
Block a user