Skip to content

Commit c8f0a3a

Browse files
committed
feat: add fiat source amount input
1 parent e13717f commit c8f0a3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/components/UI/Bridge/hooks/useSourceAmountInput

app/components/UI/Bridge/hooks/useSourceAmountInput/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useCallback, useEffect, useMemo, useState } from 'react';
22
import { useSelector } from 'react-redux';
33
import { selectCurrentCurrency } from '../../../../../selectors/currencyRateController';
4-
import { getCurrencySymbol } from '../../../../../util/number';
4+
import { getCurrencySymbol } from '../../../../../util/number/bigint';
55
import { MAX_INPUT_LENGTH } from '../../components/TokenInputArea';
66
import { BridgeToken } from '../../types';
77
import { formatAmountWithLocaleSeparators } from '../../utils/formatAmountWithLocaleSeparators';

0 commit comments

Comments
 (0)