forked from github/cinny
add navigateRoom to be in both conditions for the nav button
This commit is contained in:
@@ -264,6 +264,7 @@ export function RoomNavItem({
|
||||
logger.error(room?.normalizedName);
|
||||
setActiveCallRoomId(room.roomId);
|
||||
setViewedCallRoomId(room.roomId);
|
||||
navigateRoom(room.roomId);
|
||||
} else {
|
||||
navigateRoom(room.roomId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user