mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
Update EventProperties.tsx
This commit is contained in:
parent
c1eb76ded7
commit
264a4d1958
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@ export function EventProperties({ websiteId }: { websiteId: string }) {
|
||||||
</GridColumn>
|
</GridColumn>
|
||||||
<GridColumn name="total" label={formatMessage(labels.count)} alignment="end">
|
<GridColumn name="total" label={formatMessage(labels.count)} alignment="end">
|
||||||
{row => (
|
{row => (
|
||||||
<span title={intl.formatNumber(row.count)}>
|
<span title={intl.formatNumber(row.total)}>
|
||||||
{intl.formatNumber(row.count, formatLongNumberOptions(row.count))}
|
{intl.formatNumber(row.total, formatLongNumberOptions(row.total))}
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
</GridColumn>
|
</GridColumn>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue