X-Git-Url: http://these/git/?a=blobdiff_plain;f=src%2Fshared%2Fcomponents%2Fpost%2Fpost.tsx;h=1c4b6816baaef582a17c1253e2aa172331ba3076;hb=3ee47d38b8e6cff675bd29b6b081eb0568360ec5;hp=a471e649139c368d10c570ebd2d5303f4ad2203c;hpb=9575b325e6a3bbc3cc3f40c6717ded6ea651569f;p=lemmy-ui.git diff --git a/src/shared/components/post/post.tsx b/src/shared/components/post/post.tsx index a471e64..1c4b681 100644 --- a/src/shared/components/post/post.tsx +++ b/src/shared/components/post/post.tsx @@ -384,6 +384,7 @@ export class Post extends Component { disabled={res.post_view.post.locked} allLanguages={this.state.siteRes.all_languages} siteLanguages={this.state.siteRes.discussion_languages} + containerClass="post-comment-container" onUpsertComment={this.handleCreateComment} finished={this.state.finished.get(0)} /> @@ -547,24 +548,22 @@ export class Post extends Component { const res = this.state.postRes; if (res.state === "success") { return ( -
- -
+ ); } }