Improve tests (#871)
This commit is contained in:
@ -58,7 +58,6 @@ export function EditablePeopleFullName({
|
||||
<PersonChip
|
||||
name={`${person?.firstName ?? ''} ${person?.lastName ?? ''}`}
|
||||
id={person?.id ?? ''}
|
||||
clickable
|
||||
/>
|
||||
</NoEditModeContainer>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user