diff --git a/src/shared/components/post/post.tsx b/src/shared/components/post/post.tsx index 49e73486..77fe7804 100644 --- a/src/shared/components/post/post.tsx +++ b/src/shared/components/post/post.tsx @@ -389,15 +389,19 @@ export class Post extends Component { onMarkPostAsRead={this.handleMarkPostAsRead} />
- + + {/* Only show the top level comment form if its not a context view */} + {!this.state.commentId && ( + + )}