From c4bbcf37b776071f257188dff8020cf6639133cf Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Mon, 7 Aug 2023 15:05:53 -0700 Subject: [PATCH] Wrong column. --- components/pages/reports/insights/InsightsTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pages/reports/insights/InsightsTable.js b/components/pages/reports/insights/InsightsTable.js index 51ad3684..24960254 100644 --- a/components/pages/reports/insights/InsightsTable.js +++ b/components/pages/reports/insights/InsightsTable.js @@ -22,7 +22,7 @@ export function InsightsTable() { {row => row.views.toLocaleString()} - {row => row.views.toLocaleString()} + {row => row.visitors.toLocaleString()} );