Merge pull request #1185 from MageJohn/run-prettier

This commit is contained in:
SleeplessOne1917 2023-06-11 23:24:43 +00:00 committed by GitHub
commit c4f45c503b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -240,7 +240,10 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
aria-label={this.expandText} aria-label={this.expandText}
data-tippy-content={this.expandText} data-tippy-content={this.expandText}
> >
<Icon icon={`${this.state.collapsed ? "plus" : "minus"}-square`} classes="icon-inline" /> <Icon
icon={`${this.state.collapsed ? "plus" : "minus"}-square`}
classes="icon-inline"
/>
</button> </button>
<span className="mr-2"> <span className="mr-2">
<PersonListing person={cv.creator} /> <PersonListing person={cv.creator} />