From 713380df1c5e0015e125d44a2c132523dcacf4d0 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Wed, 28 Oct 2015 15:22:31 -0700 Subject: Fixed various issues with commenting on recently deleted posts --- web/react/components/post_info.jsx | 2 +- web/react/components/post_list.jsx | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'web') diff --git a/web/react/components/post_info.jsx b/web/react/components/post_info.jsx index 6937ec216..ddda48e06 100644 --- a/web/react/components/post_info.jsx +++ b/web/react/components/post_info.jsx @@ -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 = (