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