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