Fix color on kick button
parent
2bb64596b0
commit
bf837b3398
|
|
@ -173,6 +173,7 @@ const ListPeer = (props) =>
|
|||
defaultMessage : 'Kick out participant'
|
||||
})}
|
||||
disabled={peer.peerKickInProgress}
|
||||
color='secondary'
|
||||
onClick={(e) =>
|
||||
{
|
||||
e.stopPropagation();
|
||||
|
|
|
|||
Loading…
Reference in New Issue