Fix Activity relation picker (#2684)

This commit is contained in:
Charles Bochet
2023-11-23 23:29:27 +01:00
committed by GitHub
parent 1e181c9d2a
commit de5b86ee66
8 changed files with 183 additions and 111 deletions

View File

@ -18,7 +18,7 @@ export const ActivityTargetChips = ({ targets }: { targets?: any }) => {
return (
<StyledContainer>
{targets?.edges?.map(({ company, person }: any) => {
{targets?.map(({ company, person }: any) => {
if (company) {
return (
<CompanyChip