From 823bdad007563877681f1d2ab14e6e8963f3acd4 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Mar 2024 12:06:22 -0400 Subject: [PATCH] [candidate_profile] Fixing the display of cohorts in candidate Info card --- modules/candidate_profile/jsx/CandidateInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/candidate_profile/jsx/CandidateInfo.js b/modules/candidate_profile/jsx/CandidateInfo.js index 06dfdef57b9..05f196a5c10 100644 --- a/modules/candidate_profile/jsx/CandidateInfo.js +++ b/modules/candidate_profile/jsx/CandidateInfo.js @@ -136,7 +136,7 @@ export class CandidateInfo extends Component { }, { label: subprojlabel, - value: cohorts, + value: cohorts.join(', '), }, { label: 'Site',