Skip to content

Commit

Permalink
fix: 🐛 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chef-ryan committed Jan 14, 2025
1 parent b2e5168 commit b25cfcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/views/Ifos/hooks/v8/useGetWalletIfoData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { WalletIfoData, WalletIfoState } from '../../types'
import useIfoAllowance from '../useIfoAllowance'
import { useIfoCredit } from '../useIfoCredit'
import { useIfoSourceChain } from '../useIfoSourceChain'
import { fetchIfoData } from './fetchInfoData'
import { fetchIfoData } from './fetchIfoData'

const initialState = {
isInitialized: false,
Expand Down

0 comments on commit b25cfcd

Please sign in to comment.