Remove end of line spaces
parent
c38e16f7f9
commit
2877ff2981
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue