mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Update eslint to 8.27.0
This commit is contained in:
@@ -14,6 +14,6 @@ export default {
|
||||
title: 'Components/InstallScreen/InstallScreenLinkInProgressStep',
|
||||
};
|
||||
|
||||
export const Default = (): JSX.Element => (
|
||||
<InstallScreenLinkInProgressStep i18n={i18n} />
|
||||
);
|
||||
export function Default(): JSX.Element {
|
||||
return <InstallScreenLinkInProgressStep i18n={i18n} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user