mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 07:20:29 +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);
|
logger.error(room?.normalizedName);
|
||||||
setActiveCallRoomId(room.roomId);
|
setActiveCallRoomId(room.roomId);
|
||||||
setViewedCallRoomId(room.roomId);
|
setViewedCallRoomId(room.roomId);
|
||||||
|
navigateRoom(room.roomId);
|
||||||
} else {
|
} else {
|
||||||
navigateRoom(room.roomId);
|
navigateRoom(room.roomId);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue