{ readAvatars }
{ sender }
-
+
{ timestamp }
{ this._renderE2EPadlock() }
@@ -807,7 +797,7 @@ module.exports = withMatrixClient(React.createClass({
{ actionBar }
{
- // The avatar goes after the event tile as it's absolutely positioned to be over the
+ // The avatar goes after the event tile as it's absolutly 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 4025a36831..2f7a599d95 100644
--- a/src/components/views/rooms/ReadReceiptMarker.js
+++ b/src/components/views/rooms/ReadReceiptMarker.js
@@ -211,13 +211,11 @@ module.exports = React.createClass({
);