mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Update eslint to 8.27.0
This commit is contained in:
@@ -22,7 +22,7 @@ function focusRef(el: HTMLElement | null) {
|
||||
}
|
||||
}
|
||||
|
||||
export const ErrorModal = (props: PropsType): JSX.Element => {
|
||||
export function ErrorModal(props: PropsType): JSX.Element {
|
||||
const { buttonText, description, i18n, onClose, title } = props;
|
||||
|
||||
const footer = (
|
||||
@@ -44,4 +44,4 @@ export const ErrorModal = (props: PropsType): JSX.Element => {
|
||||
</div>
|
||||
</Modal>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user