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"
onClick={linkEvent(this, this.copySuggestedTitle)}
>
{i18n.t("copy_suggested_title", {
title,
})}
{i18n.t("copy_suggested_title", { title: "" })} {title}
</div>
),
none: <></>,