Skip to content

Commit

Permalink
(PC-33428) feat(NC): move formatCurrencyFromCentsWithoutCurrencySymbo…
Browse files Browse the repository at this point in the history
…l in shared/currency
  • Loading branch information
lbeneston-pass committed Dec 27, 2024
1 parent e251365 commit 702dd8b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/search/pages/modals/PriceModal/PriceModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import { MAX_PRICE_IN_CENTS } from 'features/search/helpers/reducer.helpers'
import { priceSchema } from 'features/search/helpers/schema/priceSchema/priceSchema'
import { SearchState } from 'features/search/types'
import { useGetPacificFrancToEuroRate } from 'libs/firebase/firestore/exchangeRates/useGetPacificFrancToEuroRate'
import { formatCurrencyFromCentsWithoutCurrencySymbol } from 'libs/parsers/formatCurrencyFromCentsWithoutCurrencySymbol'
import { formatCurrencyFromCents } from 'shared/currency/formatCurrencyFromCents'
import { formatCurrencyFromCentsWithoutCurrencySymbol } from 'shared/currency/formatCurrencyFromCentsWithoutCurrencySymbol'
import { Currency, useGetCurrencyToDisplay } from 'shared/currency/useGetCurrencyToDisplay'
import { useAvailableCredit } from 'shared/user/useAvailableCredit'
import { InfoBanner } from 'ui/components/banners/InfoBanner'
Expand Down

0 comments on commit 702dd8b

Please sign in to comment.