diff --git a/src/projects/detail/containers/DashboardContainer.jsx b/src/projects/detail/containers/DashboardContainer.jsx index 2ac46759d..509c15368 100644 --- a/src/projects/detail/containers/DashboardContainer.jsx +++ b/src/projects/detail/containers/DashboardContainer.jsx @@ -165,7 +165,7 @@ class DashboardContainer extends React.Component { ).then(() => phaseMembers) // ignore the result from backend } - return Promise.resolve([]) + return Promise.resolve(phaseMembers) } if (`${phase.id}`.startsWith('new-milestone')) {