Skip to content

Commit b3e825d

Browse files
angristanquantumsheep
authored andcommitted
Add missing space in group list
1 parent c7cb014 commit b3e825d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/projects/join.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async function action(id: string, options: CommandOptions) {
5151
return {
5252
name:
5353
group.group_name +
54-
(students.length > 0 ? `(${students.join(', ')})` : ''),
54+
(students.length > 0 ? ` (${students.join(', ')})` : ''),
5555
value: group.project_group_id,
5656
};
5757
}),

0 commit comments

Comments
 (0)