Skip to content

Commit

Permalink
WP-765: Fix job status button (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
chandra-tacc authored Nov 22, 2024
1 parent adb9b29 commit 36bce1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Jobs/JobsStatus/JobsStatus.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function JobsStatus({ status, fancy, jobUuid }) {
return (
<div className={styles.root}>
{fancy && color ? (
<Badge clasName={`badge-${color}`} color={null}>
<Badge className={`badge-${color}`} color={null}>
{userStatus}
</Badge>
) : (
Expand Down

0 comments on commit 36bce1d

Please sign in to comment.