- re-enabled uploading of delega on company profile page;
This commit is contained in:
@@ -559,7 +559,8 @@ const ProfileCompany = () => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{APP_HUB_ID === 'nonexisting' // hide it from all hub
|
||||
{APP_HUB_ID
|
||||
//=== 'nonexisting' // hide it from all hub
|
||||
? <div>
|
||||
<Button
|
||||
disabled={isEmpty(delegaCodiceFiscale) || isEmpty(delegaFirstName) || isEmpty(delegaLastName)}
|
||||
@@ -569,7 +570,8 @@ const ProfileCompany = () => {
|
||||
icon="pi pi-check" iconPos="right"/>
|
||||
</div> : null}
|
||||
|
||||
{APP_HUB_ID === 'nonexisting' // hide it from all hub
|
||||
{APP_HUB_ID
|
||||
//=== 'nonexisting' // hide it from all hub
|
||||
? <div className="appForm__field">
|
||||
<label htmlFor="delega">
|
||||
{__('Carica documento Delega Firmato', 'gepafin')}
|
||||
|
||||
Reference in New Issue
Block a user