Skip to content

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Nov 11, 2024
1 parent 6dcfe4b commit 4ab1e6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CountUp from 'react-countup';

import { useCurrency } from '../hooks';
import { ASSETS_AS_CURRENCY_LIST } from '../util/currencyList';
import { amountToHuman, countDecimalPlaces, fixFloatingPoint } from '../util/utils';
import { amountToHuman, fixFloatingPoint } from '../util/utils';

interface Props {
amount?: BN | null;
Expand Down

0 comments on commit 4ab1e6f

Please sign in to comment.