mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Update eslint to 8.27.0
This commit is contained in:
@@ -57,6 +57,6 @@ export default {
|
||||
title: 'Components/CallingSelectPresentingSourcesModal',
|
||||
};
|
||||
|
||||
export const Modal = (): JSX.Element => {
|
||||
export function Modal(): JSX.Element {
|
||||
return <CallingSelectPresentingSourcesModal {...createProps()} />;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user