Fixed various issues with commenting on recently deleted posts

Этот коммит содержится в:
Reed Garmsen
2015-10-28 15:22:31 -07:00
родитель 84faccb7b7
Коммит 713380df1c
2 изменённых файлов: 6 добавлений и 1 удалений

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

@@ -126,7 +126,7 @@ export default class PostInfo extends React.Component {
lastCommentClass = ' comment-icon__container__show';
}
if (this.props.commentCount >= 1 && post.state !== Constants.POST_FAILED && post.state !== Constants.POST_LOADING) {
if (this.props.commentCount >= 1 && post.state !== Constants.POST_FAILED && post.state !== Constants.POST_LOADING && post.state !== Constants.POST_DELETED) {
comments = (
<a
href='#'