Merge branch 'main' into breakout-role-utils

This commit is contained in:
SleeplessOne1917 2023-06-20 21:12:18 +00:00 committed by GitHub
commit 4da34c1370
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
61 changed files with 116 additions and 77 deletions

View file

@ -357,7 +357,9 @@ export class Community extends Component<
}
render() {
return <div className="container-lg">{this.renderCommunity()}</div>;
return (
<div className="community container-lg">{this.renderCommunity()}</div>
);
}
sidebar(res: GetCommunityResponse) {