diff --git a/components/Select/Basic/index.js b/components/Select/Basic/index.js index f4233de..44c2d12 100644 --- a/components/Select/Basic/index.js +++ b/components/Select/Basic/index.js @@ -56,7 +56,7 @@ function BasicSelect(props) { }, [data]); return ( - {data.map((item) => { const value = item[idKey]; const label = item[nameKey];