Skip to content

Commit 7244388

Browse files
committed
Fix ESLint
1 parent b808d04 commit 7244388

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/component/src/Middleware/Avatar/DefaultAvatar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const defaultAvatarPropsSchema = pipe(
2929
readonly()
3030
);
3131

32-
// eslint-disable-next-line react/require-default-props
3332
type DefaultAvatarProps = InferInput<typeof defaultAvatarPropsSchema>;
3433

3534
function DefaultAvatar(props: DefaultAvatarProps) {

0 commit comments

Comments
 (0)