add div
This commit is contained in:
@@ -145,7 +145,7 @@ const DomandeTablePreInstructorAsync = ({ userId = null, statuses = [] }) => {
|
|||||||
? __('Valuta', 'gepafin')
|
? __('Valuta', 'gepafin')
|
||||||
: __('Mostra', 'gepafin');
|
: __('Mostra', 'gepafin');
|
||||||
return (
|
return (
|
||||||
<>
|
<div className="appPageSection__tableActions lessGap">
|
||||||
<Link to={`/domande/${rowData.applicationId}`}>
|
<Link to={`/domande/${rowData.applicationId}`}>
|
||||||
<Button severity="info" label={label} icon="pi pi-eye" size="small" iconPos="right"/>
|
<Button severity="info" label={label} icon="pi pi-eye" size="small" iconPos="right"/>
|
||||||
</Link>
|
</Link>
|
||||||
@@ -156,10 +156,9 @@ const DomandeTablePreInstructorAsync = ({ userId = null, statuses = [] }) => {
|
|||||||
icon='pi pi-arrow-circle-up'
|
icon='pi pi-arrow-circle-up'
|
||||||
size="small"
|
size="small"
|
||||||
iconPos="right"
|
iconPos="right"
|
||||||
style={{marginTop:'1rem'}}
|
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user