Skip to content

Commit d992eac

Browse files
committed
Comment updated
1 parent 329932c commit d992eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/javascript/components/workflows/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const rowInfo = (headers, response) => {
3030
if (a.disabled === b.disabled) {
3131
return a.name.localeCompare(b.name);
3232
}
33-
// Valid (not disabled) workflows come first
33+
// Valid workflows come first
3434
return a.disabled ? 1 : -1;
3535
});
3636

0 commit comments

Comments
 (0)