Skip to content

Commit

Permalink
Add assignees as participants
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Feb 9, 2023
1 parent e8193ff commit 377cd88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export const CaseViewActivity = ({
theCase={caseData}
headline={i18n.PARTICIPANTS}
loading={isLoadingUserActions}
users={caseUsers.participants}
users={[...caseUsers.participants, ...caseUsers.assignees]}
userProfiles={userProfiles}
/>
) : null}
Expand Down

0 comments on commit 377cd88

Please sign in to comment.