@ -104,7 +104,7 @@ class Support extends Component {
<Select
name="unit"
options={
status && this.props.myProductList.length
status && this.props.myProductList?.length
? ["واحد مورد نظر", "واحد فروش", "واحد محتوایی", "واحد فنی"]
: ["واحد مورد نظر", "واحد فروش", "واحد فنی"]
}