X-Git-Url: http://these/git/?a=blobdiff_plain;f=src%2Fshared%2Fcomponents%2Fcommunity%2Fcommunity.tsx;h=b833ca9a3cfb7a5ca5dadcf7381424b31a6b2a07;hb=5033b024f62a2edc443d9dd5d6e74d00ed3182a9;hp=53b8ab343a04e1697b6012bd02621fef30c87d32;hpb=54b5d62df58b105bbecf9ede70dc8b5ae134e201;p=lemmy-ui.git diff --git a/src/shared/components/community/community.tsx b/src/shared/components/community/community.tsx index 53b8ab3..b833ca9 100644 --- a/src/shared/components/community/community.tsx +++ b/src/shared/components/community/community.tsx @@ -358,7 +358,9 @@ export class Community extends Component< } render() { - return
{this.renderCommunity()}
; + return ( +
{this.renderCommunity()}
+ ); } sidebar(res: GetCommunityResponse) {