fix: analytics percent

This commit is contained in:
IlyaDoronin 2024-05-17 10:20:26 +03:00
parent b6e4695dcf
commit 2f3798dc9a

@ -77,7 +77,7 @@ const GeneralItem = ({
<Typography sx={{ margin: "10px 20px 0", fontWeight: "bold" }}>
{calculateTime
? `${getCalculatedTime(numberValue ?? 0)} с`
: `${conversionValue ? numberValue?.toFixed(2) : numberValue}%`}
: `${conversionValue ? numberValue?.toFixed(2) : numberValue} ${conversionValue ? "%" : ""}`}
</Typography>
<LineChart
xAxis={[