From 356fa02094591f0c64b13849cee6a2025dde6b4d Mon Sep 17 00:00:00 2001 From: PiRDub Date: Mon, 24 Mar 2025 13:30:19 +0100 Subject: [PATCH] fix(GraphQL): remove unused useTranslation hook (#3200) --- frontend/app/components/Session_/GraphQL/GraphQL.tsx | 1 - 1 file changed, 1 deletion(-) 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(