Another fix for RHS thread profiles

Этот коммит содержится в:
JoramWilander
2016-02-25 12:46:23 -05:00
родитель 3797ebdac7
Коммит 4153507462

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

@@ -185,7 +185,7 @@ export default class RhsThread extends React.Component {
<div className='post-right-comments-container'>
{postsArray.map(function mapPosts(comPost) {
let p;
if (UserStore.getCurrentId() === selected.user_id) {
if (UserStore.getCurrentId() === comPost.user_id) {
p = UserStore.getCurrentUser();
} else {
p = profiles[comPost.user_id];