mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 01:59:56 +00:00
oops
This commit is contained in:
parent
086052a69a
commit
0b7e2b7e4d
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
|
|||
shrunkenLabelClasses: "text-danger",
|
||||
})}
|
||||
|
||||
{true &&
|
||||
{cv.creator.bot_account &&
|
||||
this.getRoleLabelPill({
|
||||
label: I18NextService.i18n.t("bot_account").toLowerCase(),
|
||||
tooltip: I18NextService.i18n.t("bot_account"),
|
||||
|
|
Loading…
Reference in a new issue