component classes v2
This commit is contained in:
parent
54b5d62df5
commit
5033b024f6
61 changed files with 109 additions and 70 deletions
|
@ -358,7 +358,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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue