mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 23:10:28 +03:00
add navigateRoom to be in both conditions for the nav button
This commit is contained in:
parent
f28a3a1c7d
commit
d488c24974
1 changed files with 1 additions and 0 deletions
|
|
@ -264,6 +264,7 @@ export function RoomNavItem({
|
|||
logger.error(room?.normalizedName);
|
||||
setActiveCallRoomId(room.roomId);
|
||||
setViewedCallRoomId(room.roomId);
|
||||
navigateRoom(room.roomId);
|
||||
} else {
|
||||
navigateRoom(room.roomId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue