Skip to content

Commit

Permalink
fix: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Nov 25, 2023
1 parent 3f3a03a commit efdd731
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Send/SourceJarSelector.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { useMemo } from 'react'
import { useTranslation } from 'react-i18next'
import { useField, useFormikContext } from 'formik'
import * as rb from 'react-bootstrap'
import { jarFillLevel, SelectableJar } from '../jars/Jar'
Expand All @@ -24,7 +23,6 @@ export const SourceJarSelector = ({
isLoading,
disabled = false,
}: SourceJarSelectorProps) => {
const { t } = useTranslation()
const [field] = useField<JarIndex>(name)
const form = useFormikContext<any>()

Expand Down

0 comments on commit efdd731

Please sign in to comment.