diff --git a/frontend/src/component/feature/view-edit-container.jsx b/frontend/src/component/feature/view-edit-container.jsx
index 4f9159b01f..75c66aa7d6 100644
--- a/frontend/src/component/feature/view-edit-container.jsx
+++ b/frontend/src/component/feature/view-edit-container.jsx
@@ -99,7 +99,7 @@ class EditFeatureToggleWrapper extends React.Component {
}
Last hour
Yes {lastHour.yes}, No: {lastHour.no}
-
+
{seenApps.length > 0 ?
( Seen in applications: ) :
@@ -109,24 +109,24 @@ class EditFeatureToggleWrapper extends React.Component {
}
-
- History
-
- {history.map(({ createdAt, type, createdBy }, i) =>
-
-
- {createdBy}
-
- )}
-
-
- See all events.
-
- |
- ) : (
+ ) : this.state.activeTab === 1 ? (
+ ) : (
+
+
+ {history.map(({ createdAt, type, createdBy }, i) =>
+
+
+ {createdBy}
+
+ )}
+
+
+ See all events.
+
+
);
return (
@@ -139,6 +139,7 @@ class EditFeatureToggleWrapper extends React.Component {
style={{ marginBottom: '10px' }}>
Metrics
Edit
+ History
{content}
| |