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

This commit is contained in:
PiRDub 2025-03-24 13:30:19 +01:00 committed by GitHub
parent a8e47e59ad
commit 356fa02094
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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(