Remove end of line spaces

auto_join_3.3
Mészáros Mihály 2020-05-18 11:30:23 +02:00
parent c38e16f7f9
commit 2877ff2981
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -306,7 +306,7 @@ const ListPeer = (props) =>
</IconButton>
</Tooltip>
}
{ isModerator && screenConsumer &&
{ isModerator && screenConsumer &&
<Tooltip
title={intl.formatMessage({
id : 'tooltip.muteScreenSharingModerator',