mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-09 16:50:28 +03:00
minor changes
This commit is contained in:
parent
56dfc6a497
commit
e417b18835
2 changed files with 5 additions and 6 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue