From 825dcb7337dcff31c9a3fce179c7c67030ab6e1a Mon Sep 17 00:00:00 2001 From: storywithoutend Date: Mon, 2 Dec 2024 13:32:01 +0800 Subject: [PATCH] fix lint error --- .../input/ProfileEditor/ProfileEditor-flow.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/transaction-flow/input/ProfileEditor/ProfileEditor-flow.tsx b/src/transaction-flow/input/ProfileEditor/ProfileEditor-flow.tsx index 4f774c17b..0add5800e 100644 --- a/src/transaction-flow/input/ProfileEditor/ProfileEditor-flow.tsx +++ b/src/transaction-flow/input/ProfileEditor/ProfileEditor-flow.tsx @@ -29,7 +29,8 @@ import { ProfileEditorForm, useProfileEditorForm } from '@app/hooks/useProfileEd import { createTransactionItem, TransactionItem } from '@app/transaction-flow/transaction' import TransactionLoader from '@app/transaction-flow/TransactionLoader' import type { TransactionDialogPassthrough } from '@app/transaction-flow/types' -import { getResolverWrapperAwareness } from '@app/utils/utils' + +// import { getResolverWrapperAwareness } from '@app/utils/utils' import ResolverWarningOverlay from './ResolverWarningOverlay' import { WrappedAvatarButton } from './WrappedAvatarButton'