diff --git a/src/frontend/components/ViewersList/index.tsx b/src/frontend/components/ViewersList/index.tsx index 2b38649105..91459440c8 100644 --- a/src/frontend/components/ViewersList/index.tsx +++ b/src/frontend/components/ViewersList/index.tsx @@ -75,7 +75,12 @@ export const ViewersList = ({ isInstructor, video }: ViewersListProps) => { ) : true), ), - [participants, participantsOnStage, video.participants_asking_to_join], + [ + isInstructor, + participants, + participantsOnStage, + video.participants_asking_to_join, + ], ); const intl = useIntl();