fix: graph title

This commit is contained in:
Nikola Ubavic 2022-11-03 14:18:38 +01:00
parent 403e593171
commit 0372a19eb1

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