use new names from order and process properties
This commit is contained in:
@@ -10,10 +10,10 @@ class NextActionItem extends Component {
|
||||
return (
|
||||
<Row className="next-actions-row">
|
||||
<Col xl="8">
|
||||
{nextAction.stepAction}
|
||||
{nextAction.step_action}
|
||||
</Col>
|
||||
<Col xl="4">
|
||||
<Link to={'orders/'+ nextAction.idOrder}>
|
||||
<Link to={'orders/'+ nextAction.order_id}>
|
||||
<div className={'next-actions-status ' + nextAction.status}>{dashboardTexts.statuses[nextAction.status]}</div>
|
||||
</Link>
|
||||
</Col>
|
||||
|
||||
Reference in New Issue
Block a user