From 56debaa4faf61975e8d692dbfc324b357b86904a Mon Sep 17 00:00:00 2001 From: Bjarke Madsen <bjarke@nordu.net> Date: Fri, 16 May 2025 11:51:58 +0200 Subject: [PATCH] remove eslint disable compiler --- compendium-frontend/src/survey/SurveyContainerComponent.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/compendium-frontend/src/survey/SurveyContainerComponent.tsx b/compendium-frontend/src/survey/SurveyContainerComponent.tsx index dca6528f..96f17c7c 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"; -- GitLab