Update eslint to 8.27.0
This commit is contained in:
parent
c8fb43a846
commit
98ef4c627a
499 changed files with 8995 additions and 8494 deletions
|
@ -119,7 +119,7 @@ function DirectCallHeaderMessage({
|
|||
return null;
|
||||
}
|
||||
|
||||
export const CallScreen: React.FC<PropsType> = ({
|
||||
export function CallScreen({
|
||||
activeCall,
|
||||
getGroupCallVideoFrameSource,
|
||||
getPresentingSources,
|
||||
|
@ -143,7 +143,7 @@ export const CallScreen: React.FC<PropsType> = ({
|
|||
toggleScreenRecordingPermissionsDialog,
|
||||
toggleSettings,
|
||||
toggleSpeakerView,
|
||||
}) => {
|
||||
}: PropsType): JSX.Element {
|
||||
const {
|
||||
conversation,
|
||||
hasLocalAudio,
|
||||
|
@ -539,7 +539,7 @@ export const CallScreen: React.FC<PropsType> = ({
|
|||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
function getCallModeClassSuffix(
|
||||
callMode: CallMode.Direct | CallMode.Group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue