fix: analytics percent
This commit is contained in:
parent
b6e4695dcf
commit
2f3798dc9a
@ -77,7 +77,7 @@ const GeneralItem = ({
|
|||||||
<Typography sx={{ margin: "10px 20px 0", fontWeight: "bold" }}>
|
<Typography sx={{ margin: "10px 20px 0", fontWeight: "bold" }}>
|
||||||
{calculateTime
|
{calculateTime
|
||||||
? `${getCalculatedTime(numberValue ?? 0)} с`
|
? `${getCalculatedTime(numberValue ?? 0)} с`
|
||||||
: `${conversionValue ? numberValue?.toFixed(2) : numberValue}%`}
|
: `${conversionValue ? numberValue?.toFixed(2) : numberValue} ${conversionValue ? "%" : ""}`}
|
||||||
</Typography>
|
</Typography>
|
||||||
<LineChart
|
<LineChart
|
||||||
xAxis={[
|
xAxis={[
|
||||||
|
Loading…
Reference in New Issue
Block a user