fix: graph title
This commit is contained in:
parent
403e593171
commit
0372a19eb1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue