Fix linting
This commit is contained in:
parent
06bff7e836
commit
c1e931b9f2
3 changed files with 5 additions and 5 deletions
|
|
@ -49,7 +49,7 @@ const GraphLabels = () => {
|
||||||
? result
|
? result
|
||||||
: [...result.slice(0, labelListLimit), '...']
|
: [...result.slice(0, labelListLimit), '...']
|
||||||
},
|
},
|
||||||
[getSearchEngine, t]
|
[getSearchEngine]
|
||||||
)
|
)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue