diff --git a/src/components/CustomSelectBox/index.js b/src/components/CustomSelectBox/index.js index c28410e..dc986b2 100644 --- a/src/components/CustomSelectBox/index.js +++ b/src/components/CustomSelectBox/index.js @@ -2,7 +2,7 @@ import React from "react"; const CustomSelectBox = ({ options }) => { return ( - {options.map((option, index) => (