diff --git a/components/Settings/Select.tsx b/components/Settings/Select.tsx index e9f5acf..d1b68c7 100644 --- a/components/Settings/Select.tsx +++ b/components/Settings/Select.tsx @@ -22,7 +22,7 @@ function Select({ options, color, type = 'normal', selected, setSelected, handle - + {options.map((option, personIdx) => (