diff --git a/src/app/(main)/websites/[websiteId]/events/EventProperties.tsx b/src/app/(main)/websites/[websiteId]/events/EventProperties.tsx index 15b9b5096..8054d708d 100644 --- a/src/app/(main)/websites/[websiteId]/events/EventProperties.tsx +++ b/src/app/(main)/websites/[websiteId]/events/EventProperties.tsx @@ -54,8 +54,8 @@ export function EventProperties({ websiteId }: { websiteId: string }) { {row => ( - - {intl.formatNumber(row.count, formatLongNumberOptions(row.count))} + + {intl.formatNumber(row.total, formatLongNumberOptions(row.total))} )}