From 4116a854c8db09cc2b18ab220fdb7abf73aeafb7 Mon Sep 17 00:00:00 2001 From: sveisvei Date: Mon, 5 Dec 2016 23:06:16 +0100 Subject: [PATCH] add missing key --- frontend/src/component/feature/view-edit-container.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} )}