@@ -1492,7 +1492,7 @@ const calcFansUnitAmount = () => {
unitAmount = calcToken2UsdEstimate({amount: unitAmount, usdPrice: currentCurrencyInfo.value.usdPrice });
}
- return unitAmount;
+ return Math.floor(unitAmount * 1000) / 1000;
};
const setUpGainAmountUsdValue = (params) => {