diff --git a/frontend/src/component/feature/view-edit-container.jsx b/frontend/src/component/feature/view-edit-container.jsx index 0ead30911f..98a662e2ac 100644 --- a/frontend/src/component/feature/view-edit-container.jsx +++ b/frontend/src/component/feature/view-edit-container.jsx @@ -115,9 +115,9 @@ class EditFeatureToggleWrapper extends React.Component {
History
- {history.map(({ createdAt, type, createdBy }) => - - + {history.map(({ createdAt, type, createdBy }, i) => + + {createdBy} )}