+
No archived feature toggles, go see active toggles here
diff --git a/frontend/src/component/feature/__tests__/__snapshots__/feature-list-item-component-test.jsx.snap b/frontend/src/component/feature/__tests__/__snapshots__/feature-list-item-component-test.jsx.snap
index 1bc9ad72fc..e4b78e992a 100644
--- a/frontend/src/component/feature/__tests__/__snapshots__/feature-list-item-component-test.jsx.snap
+++ b/frontend/src/component/feature/__tests__/__snapshots__/feature-list-item-component-test.jsx.snap
@@ -51,5 +51,6 @@ exports[`renders correctly with one feature 1`] = `
gradualRolloutRandom
+
`;
diff --git a/frontend/src/component/feature/view-component.jsx b/frontend/src/component/feature/view-component.jsx
index 6650761240..3e5a052407 100644
--- a/frontend/src/component/feature/view-component.jsx
+++ b/frontend/src/component/feature/view-component.jsx
@@ -51,10 +51,9 @@ export default class ViewFeatureToggleComponent extends React.Component {
return ;
} else if (TABS[activeTab] === TABS.strategies) {
if (this.isFeatureView) {
- return
+ return ;
}
- return
-
+ return ;
} else {
return ;
}