diff --git a/app/components/Participant.tsx b/app/components/Participant.tsx index 5a18793e..6d93259d 100644 --- a/app/components/Participant.tsx +++ b/app/components/Participant.tsx @@ -258,7 +258,7 @@ export const Participant = forwardRef< )} - {user.speaking && ( + {(user.speaking || user.raisedHand) && (