diff --git a/frontend/src/component/feature/view-edit-container.jsx b/frontend/src/component/feature/view-edit-container.jsx index 76373fad47..9eb7160b0a 100644 --- a/frontend/src/component/feature/view-edit-container.jsx +++ b/frontend/src/component/feature/view-edit-container.jsx @@ -154,7 +154,7 @@ function getHistoryFromToggle (state, toggleName) { if (state.history.hasIn(['toggles', toggleName])) { return state.history .getIn(['toggles', toggleName]) - .slice(0, 10) + .slice(0, 5) .toJS() .map(({ createdAt, createdBy, type }) => ({ createdAt: new Date(createdAt).toString(),