Adding showContext for comments to more places by default.

This commit is contained in:
Dessalines 2020-03-20 22:24:27 -04:00
parent a03b9d8f02
commit 1f0439badd
3 changed files with 3 additions and 0 deletions

View File

@ -189,6 +189,7 @@ export class Community extends Component<any, State> {
nodes={commentsToFlatNodes(this.state.comments)}
noIndent
sortType={this.state.sort}
showContext
/>
);
}

View File

@ -423,6 +423,7 @@ export class Main extends Component<any, MainState> {
noIndent
showCommunity
sortType={this.state.sort}
showContext
/>
);
}

View File

@ -276,6 +276,7 @@ export class Post extends Component<any, PostState> {
moderators={this.state.moderators}
admins={this.state.admins}
postCreatorId={this.state.post.creator_id}
showContext
/>
</div>
</div>