Improved performance of local timeline pagination

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura
2021-12-04 19:34:22 +05:30
parent 25b7093302
commit 5b109c2b79
2 changed files with 9 additions and 6 deletions

View File

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