diff --git a/components/page-footer/Survey.tsx b/components/page-footer/Survey.tsx index 50b742a93b..3211033089 100644 --- a/components/page-footer/Survey.tsx +++ b/components/page-footer/Survey.tsx @@ -97,10 +97,6 @@ export const Survey = () => { {[ViewState.YES, ViewState.NO].includes(state) && ( <> -

- {state === ViewState.YES && t`yes_feedback`} - {state === ViewState.NO && t`no_feedback`} -