Skip to content

Commit

Permalink
[Issue-3974] Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PDTnhah committed Jan 21, 2025
1 parent 94a8bc4 commit 660b59d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function Component ({ className = '' }: Props): React.ReactElement<Props> {

setNameDisabled(!all.chain || !all.type || allError.contractAddress.length > 0);
setIsDisabled(empty || error);
}, [chainInfoMap, form]);
}, [chainInfoMap, form, selectedChain]);

const onSubmit: FormCallbacks<NftImportFormType>['onFinish'] = useCallback((formValues: NftImportFormType) => {
const { chain, contractAddress, symbol, type } = formValues;
Expand Down

0 comments on commit 660b59d

Please sign in to comment.