diff --git a/compendium-frontend/src/survey/SurveyContainerComponent.tsx b/compendium-frontend/src/survey/SurveyContainerComponent.tsx
index dca6528fdd6806c7f1f63ced5859c28495665d95..96f17c7c887bbe8f9e3683a416d3aef3e42b4946 100644
--- a/compendium-frontend/src/survey/SurveyContainerComponent.tsx
+++ b/compendium-frontend/src/survey/SurveyContainerComponent.tsx
@@ -1,4 +1,3 @@
-/* eslint-disable react-compiler/react-compiler */
 import { useEffect, useState, useCallback, useContext } from "react";
 import { Container } from "react-bootstrap";
 import toast, { Toaster } from "react-hot-toast";