Fix suggested post title html. Fixes #691 (#717)

This commit is contained in:
Dessalines 2022-07-29 23:38:10 -04:00 committed by GitHub
parent 5b682271ad
commit b2cab8d126
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,9 +197,7 @@ export class PostForm extends Component<PostFormProps, PostFormState> {
role="button" role="button"
onClick={linkEvent(this, this.copySuggestedTitle)} onClick={linkEvent(this, this.copySuggestedTitle)}
> >
{i18n.t("copy_suggested_title", { {i18n.t("copy_suggested_title", { title: "" })} {title}
title,
})}
</div> </div>
), ),
none: <></>, none: <></>,