diff --git a/src/components/GrowerStatsProfile/TableSection.js b/src/components/GrowerStatsProfile/TableSection.js index 8866e678..4bc2436f 100644 --- a/src/components/GrowerStatsProfile/TableSection.js +++ b/src/components/GrowerStatsProfile/TableSection.js @@ -15,7 +15,7 @@ const TableSection = ({ data, columns }) => { }, useSortBy); return ( -
+

Weigh-Off History

diff --git a/src/utilities/error-analytics.js b/src/utilities/error-analytics.js index c008b2dd..fbd51417 100644 --- a/src/utilities/error-analytics.js +++ b/src/utilities/error-analytics.js @@ -52,6 +52,7 @@ export function trackError(error, method, category = GA_CATEGORIES.SYSTEM, actio label: `${method} - ${error.code || "Unknown error"}: ${error.message || ""}`, dimensions: { 'dimension1': process.env.NODE_ENV // 'development' or 'production' + } }); }