Fix Activity relation picker (#2684)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user