mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 03:25:40 +01:00
Fix revenue report bugs
This commit is contained in:
parent
7de52d61e9
commit
1a2ae439ee
5 changed files with 143 additions and 70 deletions
|
|
@ -29,7 +29,7 @@ export function RevenueTable() {
|
|||
{row => row.count}
|
||||
</GridColumn>
|
||||
<GridColumn name="currency" label={formatMessage(labels.uniqueCustomers)} alignment="end">
|
||||
{row => row.uniqueCount}
|
||||
{row => row.unique_count}
|
||||
</GridColumn>
|
||||
</GridTable>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue