forked from github/cinny
Update src/app/features/room/RoomView.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
@@ -100,7 +100,6 @@ 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
|
||||
key={roomId}
|
||||
|
||||
Reference in New Issue
Block a user