mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-01 20:39:44 +01:00
Wrong column.
This commit is contained in:
parent
2eee9c23c3
commit
c4bbcf37b7
@ -22,7 +22,7 @@ export function InsightsTable() {
|
||||
{row => row.views.toLocaleString()}
|
||||
</GridColumn>
|
||||
<GridColumn name="visitors" label={formatMessage(labels.visitors)} width="100px">
|
||||
{row => row.views.toLocaleString()}
|
||||
{row => row.visitors.toLocaleString()}
|
||||
</GridColumn>
|
||||
</GridTable>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user