Improved performance of local timeline pagination
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
25b7093302
commit
5b109c2b79
2 changed files with 9 additions and 6 deletions
|
|
@ -16,7 +16,6 @@ function RoomView({ roomTimeline, eventId }) {
|
|||
// eslint-disable-next-line react/prop-types
|
||||
const { roomId } = roomTimeline;
|
||||
|
||||
console.log('----roomId changed');
|
||||
return (
|
||||
<div className="room-view">
|
||||
<RoomViewHeader roomId={roomId} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue