Update eslint to 8.27.0
This commit is contained in:
parent
c8fb43a846
commit
98ef4c627a
499 changed files with 8995 additions and 8494 deletions
|
@ -33,9 +33,9 @@ export type PropsType = Omit<DownstreamPropsType, 'type'> &
|
|||
}
|
||||
);
|
||||
|
||||
export const SmartContactSpoofingReviewDialog: React.ComponentType<
|
||||
PropsType
|
||||
> = props => {
|
||||
export function SmartContactSpoofingReviewDialog(
|
||||
props: PropsType
|
||||
): JSX.Element {
|
||||
const { type } = props;
|
||||
|
||||
const getConversation = useSelector<StateType, GetConversationByIdType>(
|
||||
|
@ -52,4 +52,4 @@ export const SmartContactSpoofingReviewDialog: React.ComponentType<
|
|||
}
|
||||
|
||||
return <ContactSpoofingReviewDialog {...props} />;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue