mirror of https://github.com/vector-im/riot-web
Remove const from hook
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…
Reference in New Issue