diff --git a/components/Select/Dictionary/index.js b/components/Select/Dictionary/index.js index 1716c6a..0f96fce 100644 --- a/components/Select/Dictionary/index.js +++ b/components/Select/Dictionary/index.js @@ -31,7 +31,7 @@ function DictionarySelect(props) { }, [dictValue]); return ( - + ); }