diff --git a/src/client/Elements/Select.jsx b/src/client/Elements/Select.jsx index 4a62739..5429721 100644 --- a/src/client/Elements/Select.jsx +++ b/src/client/Elements/Select.jsx @@ -13,6 +13,7 @@ const Select = ({ value, setCurrentValue, status, options, ...props }) => { value={value} onChange={val => setCurrentValue(val)} > + Не выбрано {options.map((option, i) => { if (option) return (