diff --git a/src/app/(main)/reports/utm/UTMView.tsx b/src/app/(main)/reports/utm/UTMView.tsx index 11a64edb..16b27588 100644 --- a/src/app/(main)/reports/utm/UTMView.tsx +++ b/src/app/(main)/reports/utm/UTMView.tsx @@ -2,6 +2,7 @@ import { useContext } from 'react'; import { firstBy } from 'thenby'; import { ReportContext } from '../[reportId]/Report'; import styles from './UTMView.module.css'; +import { UTM_PARAMS } from 'lib/constants'; function toArray(data: { [key: string]: number }) { return Object.keys(data) @@ -21,7 +22,7 @@ export default function UTMView() { return (
- {Object.keys(data).map(key => { + {UTM_PARAMS.map(key => { return (
{key}