Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Perronef5 committed Nov 21, 2024
1 parent 7c88bb8 commit 512dab5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/features/keystone/SelectKeystoneAccountsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { humanReadable } from '@helium/spl-utils'
import BN from 'bn.js'
import { RouteProp, useNavigation, useRoute } from '@react-navigation/native'
import { RootNavigationProp, RootStackParamList } from 'src/app/rootTypes'
import { useAccountStorage } from '@config/storage/AccountStorageProvider'
import { ellipsizeAddress } from '@utils/accountUtils'
import base58 from 'bs58'
import { retryWithBackoff } from '@utils/retryWithBackoff'
Expand All @@ -39,7 +38,6 @@ const SelectKeystoneAccountsScreen = () => {
const colors = useColors()
const route = useRoute<SelectKeystoneAccountsScreenRouteProp>()
const { setKeystoneOnboardingData } = useKeystoneOnboarding()
const { hasAccounts } = useAccountStorage()
const { derivationAccounts } = route.params
const [selected, setSelected] = React.useState<Set<string>>(
new Set(derivationAccounts.map((item) => item.path)),
Expand Down

0 comments on commit 512dab5

Please sign in to comment.