mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Wrong column.
This commit is contained in:
parent
2eee9c23c3
commit
c4bbcf37b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue