We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2bb98 commit 3f2234eCopy full SHA for 3f2234e
1 file changed
nextstep-frontend/src/components/DividedList.tsx
@@ -75,7 +75,7 @@ const DividedList: React.FC<DividedListProps> = ({ onlineUsers, onUserClick, dis
75
/>
76
</ListItemAvatar>
77
<ListItemText
78
- primary={user.username || user.email}
+ primary={`${user.username} (${user.email})`}
79
primaryTypographyProps={{
80
fontSize: '0.875rem',
81
fontWeight: selectedUserId === user.id ? 600 : 400,
0 commit comments