Removed extraneous post control from within new message separator

Этот коммит содержится в:
Reed Garmsen
2015-06-18 11:46:40 -07:00
родитель 94c727a9c2
Коммит 32025e4379

Просмотреть файл

@@ -447,12 +447,10 @@ module.exports = React.createClass({
<div className="new-seperator">
<hr id="new_message" className="new-seperator__hr" />
<div className="new-seperator__text">New Messages</div>
{postCtl}
</div>
);
} else {
postCtls.push(postCtl);
}
postCtls.push(postCtl);
previousPostDay = utils.getDateForUnixTicks(post.create_at);
}