diff --git a/packages/webapp/src/components/CertificationSurvey/RegisteredCertifierQuestions/index.jsx b/packages/webapp/src/components/CertificationSurvey/RegisteredCertifierQuestions/index.jsx
index e0df0f8841..e00712a07e 100644
--- a/packages/webapp/src/components/CertificationSurvey/RegisteredCertifierQuestions/index.jsx
+++ b/packages/webapp/src/components/CertificationSurvey/RegisteredCertifierQuestions/index.jsx
@@ -6,6 +6,7 @@ import { useTranslation } from 'react-i18next';
import { Info, Main, Semibold } from '../../Typography';
import { colors } from '../../../assets/theme';
import { ReactComponent as PostSurveySplash } from '../../../assets/images/certification/CompleteSurveySplash.svg';
+const surveyGroupId = import.meta.env.VITE_SURVEY_GROUP_ID;
const RegisteredCertifierQuestionsSurvey = ({
certiferAcronym,
@@ -49,7 +50,7 @@ const PreSurveyBody = ({ surveyId }) => {
return (
diff --git a/packages/webapp/src/components/Task/AddSoilAmendmentProducts/ProductCard/index.tsx b/packages/webapp/src/components/Task/AddSoilAmendmentProducts/ProductCard/index.tsx
index 9475b3bd73..00fd3ed2f0 100644
--- a/packages/webapp/src/components/Task/AddSoilAmendmentProducts/ProductCard/index.tsx
+++ b/packages/webapp/src/components/Task/AddSoilAmendmentProducts/ProductCard/index.tsx
@@ -13,7 +13,7 @@
* GNU General Public License for more details, see