Skip to content

Commit

Permalink
chore: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
chefjackson committed Sep 4, 2024
1 parent e9b55d8 commit 92e26b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/views/BuyCrypto/hooks/useDefaultAmount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { useQuery, type QueryFunction } from '@tanstack/react-query'
import { WALLET_API } from 'config/constants/endpoints'
import { useCallback, useEffect, useMemo } from 'react'
import { Field } from 'state/buyCrypto/actions'
import { createQueryKey } from 'utils/reactQuery'
import { useBuyCryptoActionHandlers } from 'state/buyCrypto/hooks'
import { isFiat } from '../constants'
import { OnRampUnit } from '../types'
import { createQueryKey } from 'utils/reactQuery'

const getFiatUsdRateQueryKey = createQueryKey<'fia-usd-rate', [currencyCode: string]>('fia-usd-rate')
type GetFiatUsdRateKey = ReturnType<typeof getFiatUsdRateQueryKey>
Expand Down

0 comments on commit 92e26b4

Please sign in to comment.