mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix empty arrow function
This commit is contained in:
parent
0c27f5445d
commit
bf63ec61cb
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export type SearchCoordinator = {
|
|||
|
||||
const useSearchCoordinator = () => {
|
||||
const applySearch = useCallback((searchTerm: string) => {
|
||||
|
||||
console.log('applying search')
|
||||
}, [])
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue