diff --git a/frontend/app/components/Session_/GraphQL/GraphQL.tsx b/frontend/app/components/Session_/GraphQL/GraphQL.tsx index 52e27a2b4..34624d83e 100644 --- a/frontend/app/components/Session_/GraphQL/GraphQL.tsx +++ b/frontend/app/components/Session_/GraphQL/GraphQL.tsx @@ -65,7 +65,6 @@ function GraphQL({ panelHeight }: { panelHeight: number }) { const filterList = (list: any, value: string) => { const filterRE = getRE(value, 'i'); - const { t } = useTranslation(); return value ? list.filter(