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:
@@ -15,12 +15,12 @@ export type PropsType = {
|
||||
relinkDevice: () => void;
|
||||
};
|
||||
|
||||
export const DialogRelink = ({
|
||||
export function DialogRelink({
|
||||
containerWidthBreakpoint,
|
||||
i18n,
|
||||
isRegistrationDone,
|
||||
relinkDevice,
|
||||
}: PropsType): JSX.Element | null => {
|
||||
}: PropsType): JSX.Element | null {
|
||||
if (isRegistrationDone) {
|
||||
return null;
|
||||
}
|
||||
@@ -36,4 +36,4 @@ export const DialogRelink = ({
|
||||
hasAction
|
||||
/>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user