mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Update eslint to 8.27.0
This commit is contained in:
@@ -12,12 +12,12 @@ export type PropsType = {
|
||||
presentedSourceName: string;
|
||||
};
|
||||
|
||||
export const CallingScreenSharingController = ({
|
||||
export function CallingScreenSharingController({
|
||||
i18n,
|
||||
onCloseController,
|
||||
onStopSharing,
|
||||
presentedSourceName,
|
||||
}: PropsType): JSX.Element => {
|
||||
}: PropsType): JSX.Element {
|
||||
return (
|
||||
<div className="module-CallingScreenSharingController">
|
||||
<div className="module-CallingScreenSharingController__text">
|
||||
@@ -40,4 +40,4 @@ export const CallingScreenSharingController = ({
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user