mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-10 17:20:28 +03:00
Update src/app/features/room-nav/RoomNavItem.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
parent
3f2c2af351
commit
9f749d1a9d
1 changed files with 1 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ export function RoomNavItem({
|
||||||
const [menuAnchor, setMenuAnchor] = useState<RectCords>();
|
const [menuAnchor, setMenuAnchor] = useState<RectCords>();
|
||||||
const unread = useRoomUnread(room.roomId, roomToUnreadAtom);
|
const unread = useRoomUnread(room.roomId, roomToUnreadAtom);
|
||||||
const {
|
const {
|
||||||
|
isCallActive,
|
||||||
activeCallRoomId,
|
activeCallRoomId,
|
||||||
setActiveCallRoomId,
|
setActiveCallRoomId,
|
||||||
setViewedCallRoomId,
|
setViewedCallRoomId,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue