Merge pull request #1891 from RafaelTaranto/fix/analytics-top-machines

LAM-1466 fix: ramda usage on top machines graph
This commit is contained in:
Rafael Taranto 2025-06-24 09:18:54 +01:00 committed by GitHub
commit 8a9fb1d497

View file

@ -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}