We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5ac058 + b30b295 commit 7cba4c5Copy full SHA for 7cba4c5
govtool/frontend/src/hooks/useMatomo.ts
@@ -8,7 +8,7 @@ import { useEffect } from "react";
8
export const useMatomo = () => {
9
useEffect(() => {
10
const env = import.meta.env.VITE_APP_ENV;
11
- if (env !== "prodction" || env !== "staging") {
+ if (env !== "production" || env !== "staging") {
12
return;
13
}
14
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
0 commit comments