diff --git a/src/frontend/src/components/dropdownComponent/index.tsx b/src/frontend/src/components/dropdownComponent/index.tsx index abcbfb6d8..b5e3f534e 100644 --- a/src/frontend/src/components/dropdownComponent/index.tsx +++ b/src/frontend/src/components/dropdownComponent/index.tsx @@ -32,7 +32,7 @@ export default function Dropdown({ > {({ open }) => ( <> -
+
{options.map((option, id) => (