@@ -124,7 +124,7 @@ const ChangeCompanyInput = props => {
)
return (
<div className={styles.companyInput}>
- {customerId !== consts.ENCRYPTION_ZERO ? normalValueRender : notValueRender}
+ {customerId && customerId !== consts.ENCRYPTION_ZERO ? normalValueRender : notValueRender}
</div>
}