From e97e8795c00928d62a415b8fa56d247e3849c991 Mon Sep 17 00:00:00 2001 From: cpl121 Date: Thu, 14 Nov 2024 16:42:37 +0100 Subject: [PATCH] fix(wallet-dashboard): linter --- .../src/ui/app/pages/home/transfer-coin/SendTokenForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wallet/src/ui/app/pages/home/transfer-coin/SendTokenForm.tsx b/apps/wallet/src/ui/app/pages/home/transfer-coin/SendTokenForm.tsx index 887689a0f92..57c8e28730d 100644 --- a/apps/wallet/src/ui/app/pages/home/transfer-coin/SendTokenForm.tsx +++ b/apps/wallet/src/ui/app/pages/home/transfer-coin/SendTokenForm.tsx @@ -16,7 +16,7 @@ import { } from '@iota/core'; import { type CoinStruct } from '@iota/iota-sdk/client'; import { IOTA_TYPE_ARG } from '@iota/iota-sdk/utils'; -import { Field, type FieldInputProps, Form, Formik, FormikProps } from 'formik'; +import { Form, Formik } from 'formik'; import { useMemo } from 'react'; import {