diff --git a/src/app/components/transactions/txTransfers.tsx b/src/app/components/transactions/txTransfers.tsx index 3d63c6871..abb89e69b 100644 --- a/src/app/components/transactions/txTransfers.tsx +++ b/src/app/components/transactions/txTransfers.tsx @@ -10,6 +10,7 @@ import { microstacksToStx } from '@secretkeylabs/xverse-core'; import BigNumber from 'bignumber.js'; import { useTranslation } from 'react-i18next'; import { getFtTicker } from '@utils/tokens'; +import { ftDecimals } from '@utils/helper'; const TransactionContainer = styled.div((props) => ({ display: 'flex', @@ -92,7 +93,11 @@ export default function TxTransfers(props: TxTransfersProps) { {getTokenTransferTitle(transfer)}