diff --git a/frontend/src/component/feature/FeatureToggleList/FeatureToggleListTable.tsx b/frontend/src/component/feature/FeatureToggleList/FeatureToggleListTable.tsx index abb37b7d41..688a90f883 100644 --- a/frontend/src/component/feature/FeatureToggleList/FeatureToggleListTable.tsx +++ b/frontend/src/component/feature/FeatureToggleList/FeatureToggleListTable.tsx @@ -71,10 +71,7 @@ const feedbackCategory = 'search'; const FeatureToggleListTableComponent: VFC = () => { const theme = useTheme(); - const { openFeedback, hasSubmittedFeedback } = useFeedback( - feedbackCategory, - 'automatic', - ); + const { openFeedback } = useFeedback(feedbackCategory, 'automatic'); const { trackEvent } = usePlausibleTracker(); const { environments } = useEnvironments(); const enabledEnvironments = environments @@ -326,10 +323,7 @@ const FeatureToggleListTableComponent: VFC = () => { onExportClick={() => setShowExportDialog(true)} />