mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-04 00:41:28 +01: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?
|
// TODO: delete the list?
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[updateQuery, updateResult, SlidingSyncManager.ListSearch],
|
[updateQuery, updateResult],
|
||||||
);
|
);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user