use new names from order and process properties
This commit is contained in:
@@ -14,7 +14,7 @@ class NextActionsList extends Component {
|
||||
{
|
||||
nextActions &&
|
||||
nextActions.map((nextAction, index) =>
|
||||
<NextActionItem key={'action-' + nextAction.orderNumber + index} nextAction={nextAction}/>
|
||||
<NextActionItem key={'action-' + nextAction.order_number + index} nextAction={nextAction}/>
|
||||
)
|
||||
}
|
||||
</WiaasTableBody>
|
||||
|
||||
Reference in New Issue
Block a user