Skip to content

Commit

Permalink
bug: #180, fixed balance still loading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
numdinkushi committed Jan 18, 2025
1 parent e7a7919 commit d787833
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/swap/SwapForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<FormikProps<SwapFormValues>>(null);

useEffect(() => {
Expand Down

0 comments on commit d787833

Please sign in to comment.