Merge pull request #1891 from RafaelTaranto/fix/analytics-top-machines
LAM-1466 fix: ramda usage on top machines graph
This commit is contained in:
commit
8a9fb1d497
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ const TopMachinesBarGraphHeader = ({
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Graph
|
<Graph
|
||||||
representing={R.find(R.propEq('code', graphType), options)}
|
representing={R.find(R.propEq(graphType, 'code'), options)}
|
||||||
period={period}
|
period={period}
|
||||||
data={data}
|
data={data}
|
||||||
timezone={timezone}
|
timezone={timezone}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue