From d787833f0dbd08597e35808ebc8c717fb8f81e41 Mon Sep 17 00:00:00 2001 From: numdinkushi Date: Sat, 18 Jan 2025 12:49:46 +0100 Subject: [PATCH] bug: #180, fixed balance still loading issue --- src/features/swap/SwapForm.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/features/swap/SwapForm.tsx b/src/features/swap/SwapForm.tsx index 49be05b..39b41b1 100644 --- a/src/features/swap/SwapForm.tsx +++ b/src/features/swap/SwapForm.tsx @@ -71,7 +71,6 @@ function SwapForm() { const validateForm = useFormValidator(isFetchingBalance, balances, lastUpdated); const storedFormValues = useAppSelector((s) => s.swap.formValues); const initialFormValues = storedFormValues || initialValues; - const formikRef = useRef>(null); useEffect(() => {