fix(ui) - FrameRate avg value as per the API change

This commit is contained in:
Shekar Siri 2022-07-05 10:37:04 +02:00
parent 0735c3fa28
commit b29f80f9ee

View file

@ -23,7 +23,7 @@ function FPS(props: Props) {
>
<>
<div className="flex items-center justify-end mb-3">
<AvgLabel text="Avg" className="ml-3" count={data.avgFps} />
<AvgLabel text="Avg" className="ml-3" count={data.value} />
</div>
<ResponsiveContainer height={ 207 } width="100%">
<AreaChart