diff --git a/frontend/src/containers/dashboard/components/NextActionItem.jsx b/frontend/src/containers/dashboard/components/NextActionItem.jsx index f307a46..3d0a455 100644 --- a/frontend/src/containers/dashboard/components/NextActionItem.jsx +++ b/frontend/src/containers/dashboard/components/NextActionItem.jsx @@ -10,10 +10,10 @@ class NextActionItem extends Component { return ( - {nextAction.stepAction} + {nextAction.step_action} - +
{dashboardTexts.statuses[nextAction.status]}
diff --git a/frontend/src/containers/dashboard/components/NextActionsList.jsx b/frontend/src/containers/dashboard/components/NextActionsList.jsx index e5ed86b..7995a9a 100644 --- a/frontend/src/containers/dashboard/components/NextActionsList.jsx +++ b/frontend/src/containers/dashboard/components/NextActionsList.jsx @@ -14,7 +14,7 @@ class NextActionsList extends Component { { nextActions && nextActions.map((nextAction, index) => - + ) } diff --git a/frontend/src/containers/dashboard/components/OrderItem.jsx b/frontend/src/containers/dashboard/components/OrderItem.jsx index 072df85..5eed5f9 100644 --- a/frontend/src/containers/dashboard/components/OrderItem.jsx +++ b/frontend/src/containers/dashboard/components/OrderItem.jsx @@ -12,9 +12,9 @@ class OrderItem extends Component {