Remove end of line spaces
parent
c38e16f7f9
commit
2877ff2981
|
|
@ -86,7 +86,7 @@ export const setStopPeerVideoInProgress = (peerId, flag) =>
|
|||
type : 'STOP_PEER_VIDEO_IN_PROGRESS',
|
||||
payload : { peerId, flag }
|
||||
});
|
||||
|
||||
|
||||
export const setStopPeerScreenSharingInProgress = (peerId, flag) =>
|
||||
({
|
||||
type : 'STOP_PEER_SCREEN_SHARING_IN_PROGRESS',
|
||||
|
|
|
|||
|
|
@ -306,7 +306,7 @@ const ListPeer = (props) =>
|
|||
</IconButton>
|
||||
</Tooltip>
|
||||
}
|
||||
{ isModerator && screenConsumer &&
|
||||
{ isModerator && screenConsumer &&
|
||||
<Tooltip
|
||||
title={intl.formatMessage({
|
||||
id : 'tooltip.muteScreenSharingModerator',
|
||||
|
|
|
|||
Loading…
Reference in New Issue