fix: ramda usage on top machines graph
This commit is contained in:
parent
6d9304ca14
commit
0bcc3d31f8
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ const TopMachinesBarGraphHeader = ({
|
|||
</div>
|
||||
</div>
|
||||
<Graph
|
||||
representing={R.find(R.propEq('code', graphType), options)}
|
||||
representing={R.find(R.propEq(graphType, 'code'), options)}
|
||||
period={period}
|
||||
data={data}
|
||||
timezone={timezone}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue