mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 23:30:28 +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
9be2a945da
commit
4403eacdf1
1 changed files with 0 additions and 1 deletions
|
|
@ -100,7 +100,6 @@ export function RoomView({ room, eventId }: { room: Room; eventId?: string }) {
|
||||||
return (
|
return (
|
||||||
<Page ref={roomViewRef}>
|
<Page ref={roomViewRef}>
|
||||||
{!room.isCallRoom() && <RoomViewHeader />}
|
{!room.isCallRoom() && <RoomViewHeader />}
|
||||||
<RoomViewHeader />
|
|
||||||
<Box grow="Yes" direction="Column" style={{ flex: 1, overflow: 'hidden', minHeight: 0 }}>
|
<Box grow="Yes" direction="Column" style={{ flex: 1, overflow: 'hidden', minHeight: 0 }}>
|
||||||
<RoomTimeline
|
<RoomTimeline
|
||||||
key={roomId}
|
key={roomId}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue