mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-10 17:20:28 +03:00
Update src/app/features/room/RoomViewHeader.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
parent
7e948f0050
commit
40a2277996
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ export function RoomViewHeader() {
|
||||||
</TooltipProvider>
|
</TooltipProvider>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{!ecryptedRoom && !room.isCallRoom() && (
|
{!ecryptedRoom && (!room.isCallRoom() || isChatOpen) && (
|
||||||
<TooltipProvider
|
<TooltipProvider
|
||||||
position="Bottom"
|
position="Bottom"
|
||||||
offset={4}
|
offset={4}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue