diff --git a/src/frontend/src/features/rooms/livekit/components/controls/Participants/ParticipantsList.tsx b/src/frontend/src/features/rooms/livekit/components/controls/Participants/ParticipantsList.tsx index 02e90f1d..f20da550 100644 --- a/src/frontend/src/features/rooms/livekit/components/controls/Participants/ParticipantsList.tsx +++ b/src/frontend/src/features/rooms/livekit/components/controls/Participants/ParticipantsList.tsx @@ -78,43 +78,41 @@ export const ParticipantsList = () => { - - {t('participants.subheading').toUpperCase()} - - {raisedHandParticipants.length > 0 && ( -
+ - ( - - )} - action={() => ( - - )} - /> -
- )} - ( - + {t('participants.subheading').toUpperCase()} + + {raisedHandParticipants.length > 0 && ( +
+ ( + + )} + action={() => ( + + )} + /> +
)} - /> + ( + + )} + /> + ) }