mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Update eslint to 8.27.0
This commit is contained in:
@@ -23,7 +23,7 @@ export type Props = {
|
||||
'conversationType' | 'onBlock' | 'onBlockAndReportSpam' | 'onDelete'
|
||||
>;
|
||||
|
||||
export const MandatoryProfileSharingActions = ({
|
||||
export function MandatoryProfileSharingActions({
|
||||
conversationType,
|
||||
firstName,
|
||||
i18n,
|
||||
@@ -32,7 +32,7 @@ export const MandatoryProfileSharingActions = ({
|
||||
onBlockAndReportSpam,
|
||||
onDelete,
|
||||
title,
|
||||
}: Props): JSX.Element => {
|
||||
}: Props): JSX.Element {
|
||||
const [mrState, setMrState] = React.useState(MessageRequestState.default);
|
||||
|
||||
return (
|
||||
@@ -112,4 +112,4 @@ export const MandatoryProfileSharingActions = ({
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user