diff --git a/src/components/BreakoutRoomsEditor/SelectableParticipant.vue b/src/components/BreakoutRoomsEditor/SelectableParticipant.vue index 190f4fecf18..f129885b163 100644 --- a/src/components/BreakoutRoomsEditor/SelectableParticipant.vue +++ b/src/components/BreakoutRoomsEditor/SelectableParticipant.vue @@ -4,35 +4,46 @@ --> - - + + class="selectable-participant__checkbox"> - - {{ participant.displayName }} - - + show-user-status /> + + + + {{ participant.displayName }} + + + {{ participantStatus }} + + + + + @@ -68,10 +83,68 @@ export default {