diff --git a/src/custom/hooks/useUSDCPrice/index.ts b/src/custom/hooks/useUSDCPrice/index.ts index c4cda8563..588ef523e 100644 --- a/src/custom/hooks/useUSDCPrice/index.ts +++ b/src/custom/hooks/useUSDCPrice/index.ts @@ -85,7 +85,7 @@ export default function useUSDCPrice(currency?: Currency) { /** * Returns the price in USDC of the input currency from price APIs - * @param currency currency to compute the USDC price of + * @param currencyAmount currency to compute the USDC price of */ export function useUSDCValue(currencyAmount?: CurrencyAmount) { const { price, error } = useUSDCPrice(currencyAmount?.currency)