mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-08 08:10:29 +03:00
Update src/app/features/room/RoomView.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
parent
a2c8097c01
commit
9be2a945da
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ export function RoomView({ room, eventId }: { room: Room; eventId?: string }) {
|
|||
|
||||
return (
|
||||
<Page ref={roomViewRef}>
|
||||
{!room.isCallRoom() && <RoomViewHeader />}
|
||||
<RoomViewHeader />
|
||||
<Box grow="Yes" direction="Column" style={{ flex: 1, overflow: 'hidden', minHeight: 0 }}>
|
||||
<RoomTimeline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue