diff --git a/src/frontend/src/components/AccordionComponent/index.tsx b/src/frontend/src/components/AccordionComponent/index.tsx index 5f5c61b2f..7212e6a1b 100644 --- a/src/frontend/src/components/AccordionComponent/index.tsx +++ b/src/frontend/src/components/AccordionComponent/index.tsx @@ -29,7 +29,7 @@ export default function AccordionComponent({ } function handleClick() { - value == "" ? setValue(keyValue) : setValue(""); + value === "" ? setValue(keyValue) : setValue(""); } return (