Skip to content

Commit

Permalink
Fix task summary
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Jul 19, 2024
1 parent a2c44e8 commit f44b95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashboard/src/components/tasks/task-summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const TaskSummary = React.memo((props: TaskSummaryProps) => {
for (const key in labels) {
contents.push({
title: key,
value: labels['key'],
value: labels[key],
});
}
}
Expand Down

0 comments on commit f44b95c

Please sign in to comment.