diff --git a/web/app/components/base/select/index.tsx b/web/app/components/base/select/index.tsx index 0dc7cae4c..a4cfeaef7 100644 --- a/web/app/components/base/select/index.tsx +++ b/web/app/components/base/select/index.tsx @@ -238,7 +238,7 @@ const SimpleSelect: FC = ({ )} {!disabled && ( - + {items.map((item: Item) => (