Changed RhsComment to receive the current user through props
Этот коммит содержится в:
@@ -198,6 +198,7 @@ export default class RhsThread extends React.Component {
|
||||
key={comPost.id + 'commentKey'}
|
||||
post={comPost}
|
||||
user={p}
|
||||
currentUser={this.props.currentUser}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
||||
Ссылка в новой задаче
Block a user