Remove const from hook
This commit is contained in:
parent
21f0825703
commit
c34df2bf96
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ export const useSlidingSyncRoomSearch = (): {
|
|||
// TODO: delete the list?
|
||||
}
|
||||
},
|
||||
[updateQuery, updateResult, SlidingSyncManager.ListSearch],
|
||||
[updateQuery, updateResult],
|
||||
);
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue