Remove noIndent prop from comment nodes on person view (#1491)

* remove noIdent prop from person details comment nodes

* remove noIndent prop from usage in Inbox
This commit is contained in:
Alec Armbruster 2023-06-22 22:56:51 -04:00 committed by GitHub
parent d127b5626d
commit e5e8f29c67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View file

@ -449,7 +449,6 @@ export class Inbox extends Component<any, InboxState> {
]}
viewType={CommentViewType.Flat}
finished={this.state.finished}
noIndent
markable
showCommunity
showContext
@ -489,7 +488,6 @@ export class Inbox extends Component<any, InboxState> {
]}
finished={this.state.finished}
viewType={CommentViewType.Flat}
noIndent
markable
showCommunity
showContext
@ -567,7 +565,6 @@ export class Inbox extends Component<any, InboxState> {
nodes={commentsToFlatNodes(replies)}
viewType={CommentViewType.Flat}
finished={this.state.finished}
noIndent
markable
showCommunity
showContext
@ -617,7 +614,6 @@ export class Inbox extends Component<any, InboxState> {
nodes={[{ comment_view: umv, children: [], depth: 0 }]}
viewType={CommentViewType.Flat}
finished={this.state.finished}
noIndent
markable
showCommunity
showContext

View file

@ -145,7 +145,6 @@ export class PersonDetails extends Component<PersonDetailsProps, any> {
finished={this.props.finished}
admins={this.props.admins}
noBorder
noIndent
showCommunity
showContext
enableDownvotes={this.props.enableDownvotes}