Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
PiRDub
b407433a09 fix(GraphQL): remove unused useTranslation hook (#3200) 2025-03-24 17:38:02 +01:00

View file

@ -65,7 +65,6 @@ function GraphQL({ panelHeight }: { panelHeight: number }) {
const filterList = (list: any, value: string) => { const filterList = (list: any, value: string) => {
const filterRE = getRE(value, 'i'); const filterRE = getRE(value, 'i');
const { t } = useTranslation();
return value return value
? list.filter( ? list.filter(