Skip to content

Commit

Permalink
Merge branch 'main' into VACMS-20179-easy-breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmpickett authored Jan 13, 2025
2 parents 7acd2d2 + dd6dd04 commit 417a53f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/templates/common/medallia/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import {
import { BUILD_TYPES } from '@/lib/constants/environment'

export function MedalliaAssets() {
const scriptId = process.env.BUILD_TYPE === BUILD_TYPES.PROD ? 2 : 5
const scriptId =
process.env.NEXT_PUBLIC_BUILD_TYPE === BUILD_TYPES.PROD ? 2 : 5

useEffect(() => {
if (process.env.NEXT_PUBLIC_BUILD_TYPE === BUILD_TYPES.LOCAL) {
Expand Down

0 comments on commit 417a53f

Please sign in to comment.