fix(ui) - FrameRate avg value as per the API change
This commit is contained in:
parent
0735c3fa28
commit
b29f80f9ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue