* PLT-5354 - Making statistics flow on page

* PLT-5262 - Updating icon on join team page

* PLT-5218 - Making menu colors consistent on mobile

* PLT-5377 - Adding bg to current posts in the RHS

* PLT-5645 - Adjusting spacing after/before ul/ol
Этот коммит содержится в:
Asaad Mahmood
2017-03-02 19:10:20 +05:00
коммит произвёл Corey Hulen
родитель f4aebed220
Коммит 1bd3917e3e
7 изменённых файлов: 43 добавлений и 17 удалений

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

@@ -286,7 +286,7 @@ export default class RhsComment extends React.Component {
const isSystemMessage = PostUtils.isSystemMessage(post);
var currentUserCss = '';
if (this.props.currentUser === post.user_id) {
if (this.props.currentUser.id === post.user_id) {
currentUserCss = 'current--user';
}