Add post title to user overview and user comment list

pull/953/head
Ernest 4 years ago
parent b037ff922c
commit a5454fe82d

@ -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}
/>

Loading…
Cancel
Save