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:
@@ -23,14 +23,14 @@ export type PropsType = {
|
||||
showToast: ShowToastActionCreatorType;
|
||||
};
|
||||
|
||||
export const StoriesAddStoryButton = ({
|
||||
export function StoriesAddStoryButton({
|
||||
children,
|
||||
i18n,
|
||||
moduleClassName,
|
||||
onAddStory,
|
||||
showToast,
|
||||
onContextMenuShowingChanged,
|
||||
}: PropsType): JSX.Element => {
|
||||
}: PropsType): JSX.Element {
|
||||
return (
|
||||
<ContextMenu
|
||||
ariaLabel={i18n('Stories__add')}
|
||||
@@ -90,4 +90,4 @@ export const StoriesAddStoryButton = ({
|
||||
{children}
|
||||
</ContextMenu>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user