diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx
index 0ee7e99692..83f806b791 100644
--- a/web/react/components/post_list.jsx
+++ b/web/react/components/post_list.jsx
@@ -439,9 +439,9 @@ module.exports = React.createClass({
currentPostDay = utils.getDateForUnixTicks(post.create_at);
if (currentPostDay.toDateString() != previousPostDay.toDateString()) {
postCtls.push(
-
-
-
{currentPostDay.toDateString()}
+
+
+
{currentPostDay.toDateString()}
);
}
@@ -449,9 +449,9 @@ module.exports = React.createClass({
if (post.create_at > last_viewed && !rendered_last_viewed) {
rendered_last_viewed = true;
postCtls.push(
-
-
-
New Messages
+
);
}
@@ -459,7 +459,7 @@ module.exports = React.createClass({
previousPostDay = currentPostDay;
}
} else {
- postCtls.push(
);
+ postCtls.push(
);
}
return (