Skip to content

Commit

Permalink
Merge pull request #38 from decert-me/chore-25
Browse files Browse the repository at this point in the history
en: add challenge_result
  • Loading branch information
0xdwong authored Aug 5, 2024
2 parents da30ae4 + 7fefdaf commit 59f4163
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/views/Challenge/ChallengeAnswerListPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ export default function ChallengeAnswerListPage() {
},
{
title: "挑战结果",
dataIndex: "pass",
render: (claimed) => (claimed ? "成功" : "失败"),
dataIndex: "challenge_result",
},
{
title: "领取NFT",
Expand Down

0 comments on commit 59f4163

Please sign in to comment.