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