mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-18 12:17:03 +02:00
Remove const from hook
This commit is contained in:
parent
21f0825703
commit
c34df2bf96
@ -77,7 +77,7 @@ export const useSlidingSyncRoomSearch = (): {
|
||||
// TODO: delete the list?
|
||||
}
|
||||
},
|
||||
[updateQuery, updateResult, SlidingSyncManager.ListSearch],
|
||||
[updateQuery, updateResult],
|
||||
);
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user