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': case 'topMachines':
return ( return (
<TopMachinesWrapper <TopMachinesWrapper
title="Transactions over time" title="Top 5 Machines"
representing={representing} representing={representing}
period={period} period={period}
data={R.map(convertFiatToLocale)(filteredData(period.code).current)} data={R.map(convertFiatToLocale)(filteredData(period.code).current)}