minor changes

This commit is contained in:
Gimle Larpes 2025-06-30 16:31:40 +02:00
parent 56dfc6a497
commit e417b18835
2 changed files with 5 additions and 6 deletions

View file

@ -239,7 +239,6 @@ export function Lobby() {
* @param roomId - The room ID to start the check from.
* @returns True if every parent category is collapsed; false otherwise.
*/
const getAllAncestorsCollapsed = (spaceId: string, roomId: string): boolean => {
const parentIds = roomToParents.get(roomId);