Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Ching Yi, Chan <[email protected]>
  • Loading branch information
qrtt1 committed Aug 14, 2024
1 parent abfbc22 commit a865f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/AppV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function Topic(props: { topic: TopicEntry, bigLayout: boolean }) {
name: "完賽",
color: "pink",
},
FAILED: {name: "中斷", color: "blackAlpha"},
FAILED: {name: "  ", color: "blackAlpha"},
};
const status_tag = STATUS_MAP[topic.status] || {name: "未知", color: "red"};

Expand Down

0 comments on commit a865f3f

Please sign in to comment.