-
- {room.hasMoreHistory ? : "No more history available in this room"}
-
-
-
+
+
+ {room.hasMoreHistory ? : "No more history available in this room"}
+
{timeline.map(entry => {
if (!entry) {
return null
@@ -139,8 +161,7 @@ const TimelineView = () => {
prevEvt = entry
return thisEvt
})}
-
-
+
}