showing email which is nice
This commit is contained in:
@@ -738,7 +738,7 @@ function ListPeople({ people }: { people: User[] }) {
|
|||||||
<Avatar alt={person.displayName} src={person.photoUrl} />
|
<Avatar alt={person.displayName} src={person.photoUrl} />
|
||||||
</ListItemAvatar>
|
</ListItemAvatar>
|
||||||
|
|
||||||
<ListItemText primary={person.displayName} />
|
<ListItemText primary={person.displayName} secondary={person.email} />
|
||||||
|
|
||||||
<ListItemSecondaryAction sx={{ color: 'GrayText' }}>
|
<ListItemSecondaryAction sx={{ color: 'GrayText' }}>
|
||||||
<FiCoffee />
|
<FiCoffee />
|
||||||
|
|||||||
Reference in New Issue
Block a user