🐛 Removing email from collaborators
This commit is contained in:
parent
cdd039b4d7
commit
2598d3d764
@ -50,7 +50,6 @@ export default function DefaultCollaboratorDashboard(props: IProps) {
|
||||
id: collaborator.uid!,
|
||||
primaryText: collaborator.contact?.first_name + " " + collaborator.contact?.last_name,
|
||||
isActive: collaborator.uid === collaboratorUid,
|
||||
secondaryText: collaborator.contact?.email,
|
||||
}))
|
||||
: []
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user