diff --git a/apps/web/src/components/participant-dropdown.tsx b/apps/web/src/components/participant-dropdown.tsx index 5eb8eae0f..35bc2ad3f 100644 --- a/apps/web/src/components/participant-dropdown.tsx +++ b/apps/web/src/components/participant-dropdown.tsx @@ -14,6 +14,8 @@ import { DropdownMenuContent, DropdownMenuItem, DropdownMenuItemIconLabel, + DropdownMenuLabel, + DropdownMenuSeparator, DropdownMenuTrigger, } from "@rallly/ui/dropdown-menu"; import { @@ -67,6 +69,17 @@ export const ParticipantDropdown = ({ {children} + +
+
{participant.name}
+ {participant.email ? ( +
+ {participant.email} +
+ ) : null} +
+
+ @@ -78,6 +91,7 @@ export const ParticipantDropdown = ({ setIsDeleteParticipantModalVisible(true)} >