We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0726473 commit e42fd6bCopy full SHA for e42fd6b
src/components/App.tsx
@@ -51,7 +51,7 @@ const App = <A extends Action = Action, S = unknown>({
51
// configureFreshworksWidget("hide")
52
// }, [])
53
54
- if (process.env.NODE_ENV !== "development") {
+ if (import.meta.env.PROD) {
55
toggleOneTrustInfoDisplay()
56
}
57
0 commit comments