fix(GraphQL): remove unused useTranslation hook (#3200)
This commit is contained in:
parent
a8e47e59ad
commit
356fa02094
1 changed files with 0 additions and 1 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue