Skip to content

Commit a5f3a4c

Browse files
committed
add space between skills in job descrption
1 parent c399d0a commit a5f3a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/TeamService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ async function _validateRoleSearchRequests (roleSearchRequestIds) {
11391139
// search from skill list
11401140
if (!roleSearchRequests[roleSearchRequestId].jobDescription) {
11411141
const skills = await getSkillNamesByIds(roleSearchRequest.skills)
1142-
roleSearchRequests[roleSearchRequestId].jobDescription = skills.join(',')
1142+
roleSearchRequests[roleSearchRequestId].jobDescription = skills.join(', ')
11431143
}
11441144
}
11451145

0 commit comments

Comments
 (0)