{ readAvatars }
{ sender }
-
+
{ timestamp }
{ this._renderE2EPadlock() }
@@ -797,7 +807,7 @@ module.exports = withMatrixClient(React.createClass({
{ actionBar }
{
- // The avatar goes after the event tile as it's absolutly positioned to be over the
+ // The avatar goes after the event tile as it's absolutely positioned to be over the
// event tile line, so needs to be later in the DOM so it appears on top (this avoids
// the need for further z-indexing chaos)
}
diff --git a/src/components/views/rooms/ReadReceiptMarker.js b/src/components/views/rooms/ReadReceiptMarker.js
index 2f7a599d95..4025a36831 100644
--- a/src/components/views/rooms/ReadReceiptMarker.js
+++ b/src/components/views/rooms/ReadReceiptMarker.js
@@ -211,11 +211,13 @@ module.exports = React.createClass({
);