Remove const from hook

pull/28217/head
Kegan Dougal 2023-01-18 17:24:31 +00:00
parent 21f0825703
commit c34df2bf96
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ export const useSlidingSyncRoomSearch = (): {
// TODO: delete the list?
}
},
[updateQuery, updateResult, SlidingSyncManager.ListSearch],
[updateQuery, updateResult],
);
return {