Skip to content

Commit

Permalink
Add Permission
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-drozd-it committed Jul 3, 2024
1 parent 520fe83 commit 048c156
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/participantlist/ParticipantList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ const ParticipantList = (): JSX.Element => {

return (
<ParticipantListDiv>
{ isModerator && <ListModerator /> }
<>
{ isModerator && <>
<ListModerator />
<ListHeader>
{countdownTimerLabel()}
</ListHeader>
<CountdownTimer />
</>
}
{ (breakoutsEnabled && (rooms.length > 0 || canCreateRooms)) &&
<>
<ListHeader>
Expand Down

0 comments on commit 048c156

Please sign in to comment.