diff --git a/frontend/src/components/Dropdown.tsx b/frontend/src/components/Dropdown.tsx index 279070cb..75a22a73 100644 --- a/frontend/src/components/Dropdown.tsx +++ b/frontend/src/components/Dropdown.tsx @@ -48,7 +48,7 @@ function Dropdown({ > {isOpen && ( -
+
{options.map((option: any, index) => (