X-Git-Url: http://these/git/?a=blobdiff_plain;f=src%2Fshared%2Fcomponents%2Fpost%2Fpost.tsx;h=d6c1d3a26421dfd6af3c7fa5660893a4874d942b;hb=5033b024f62a2edc443d9dd5d6e74d00ed3182a9;hp=2243f1dbee80c57f818dbdd9bd0a062303529d68;hpb=54b5d62df58b105bbecf9ede70dc8b5ae134e201;p=lemmy-ui.git diff --git a/src/shared/components/post/post.tsx b/src/shared/components/post/post.tsx index 2243f1d..d6c1d3a 100644 --- a/src/shared/components/post/post.tsx +++ b/src/shared/components/post/post.tsx @@ -424,7 +424,7 @@ export class Post extends Component { } render() { - return
{this.renderPostRes()}
; + return
{this.renderPostRes()}
; } sortRadios() {