Remove const from hook
This commit is contained in:
@@ -77,7 +77,7 @@ export const useSlidingSyncRoomSearch = (): {
|
|||||||
// TODO: delete the list?
|
// TODO: delete the list?
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[updateQuery, updateResult, SlidingSyncManager.ListSearch],
|
[updateQuery, updateResult],
|
||||||
);
|
);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user