Update src/app/features/room/RoomView.tsx

Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
Jaggar
2025-06-18 17:42:15 -05:00
committed by GitHub
parent 9be2a945da
commit 4403eacdf1

View File

@@ -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}