Merge pull request #1435 from ubavic/fix-graph-title

fix: graph title
This commit is contained in:
Rafael Taranto 2022-11-07 09:57:28 +01:00 committed by GitHub
commit 43b5b53797

View file

@ -277,7 +277,7 @@ const Analytics = () => {
case 'topMachines':
return (
<TopMachinesWrapper
title="Transactions over time"
title="Top 5 Machines"
representing={representing}
period={period}
data={R.map(convertFiatToLocale)(filteredData(period.code).current)}