fix(GraphQL): remove unused useTranslation hook (#3200)

This commit is contained in:
PiRDub 2025-03-24 13:30:19 +01:00 committed by Андрей Бабушкин
parent 6abded53e0
commit b407433a09

View file

@ -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(