mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Run prettier
This commit is contained in:
parent
b6841b49ae
commit
6462cd5208
1 changed files with 4 additions and 1 deletions
|
@ -240,7 +240,10 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
|
|||
aria-label={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>
|
||||
<span className="mr-2">
|
||||
<PersonListing person={cv.creator} />
|
||||
|
|
Loading…
Reference in a new issue