diff --git a/src/shared/components/post/post.tsx b/src/shared/components/post/post.tsx index 5819d253..6b9b4e47 100644 --- a/src/shared/components/post/post.tsx +++ b/src/shared/components/post/post.tsx @@ -386,15 +386,19 @@ export class Post extends Component { onFeaturePost={this.handleFeaturePost} />
- + + {/* Only show the top level comment form if its not a context view */} + {!this.state.commentId && ( + + )}