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,11 +14,11 @@ type PropsType = {
|
||||
onClose: () => unknown;
|
||||
} & ToastPropsType;
|
||||
|
||||
export const ToastFileSaved = ({
|
||||
export function ToastFileSaved({
|
||||
i18n,
|
||||
onClose,
|
||||
onOpenFile,
|
||||
}: PropsType): JSX.Element => {
|
||||
}: PropsType): JSX.Element {
|
||||
return (
|
||||
<Toast
|
||||
onClose={onClose}
|
||||
@@ -30,4 +30,4 @@ export const ToastFileSaved = ({
|
||||
{i18n('attachmentSaved')}
|
||||
</Toast>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user