mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 23:30:28 +03:00
Remove chat open icon from DMs
This commit is contained in:
parent
a4af96b530
commit
f7fb4bcc11
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ export function RoomViewHeader() {
|
||||||
)}
|
)}
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
{(room.isCallRoom() && (
|
{(room.isCallRoom() && !isDirectMessage() && (
|
||||||
<Box>
|
<Box>
|
||||||
<TooltipProvider
|
<TooltipProvider
|
||||||
position="Bottom"
|
position="Bottom"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue