Add post title to user overview and user comment list

This commit is contained in:
Ernest 2020-07-12 19:02:38 +02:00
parent b037ff922c
commit a5454fe82d
1 changed files with 2 additions and 0 deletions

View File

@ -383,6 +383,7 @@ export class User extends Component<any, UserState> {
nodes={[{ comment: i.data as Comment }]}
admins={this.state.admins}
noIndent
showCommunity
showContext
enableDownvotes={this.state.site.enable_downvotes}
/>
@ -400,6 +401,7 @@ export class User extends Component<any, UserState> {
nodes={commentsToFlatNodes(this.state.comments)}
admins={this.state.admins}
noIndent
showCommunity
showContext
enableDownvotes={this.state.site.enable_downvotes}
/>