mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +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()}
|
{row => row.views.toLocaleString()}
|
||||||
</GridColumn>
|
</GridColumn>
|
||||||
<GridColumn name="visitors" label={formatMessage(labels.visitors)} width="100px">
|
<GridColumn name="visitors" label={formatMessage(labels.visitors)} width="100px">
|
||||||
{row => row.views.toLocaleString()}
|
{row => row.visitors.toLocaleString()}
|
||||||
</GridColumn>
|
</GridColumn>
|
||||||
</GridTable>
|
</GridTable>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue