From: Dessalines Date: Thu, 25 Mar 2021 17:30:25 +0000 (-0400) Subject: Remove extra cross-post lines X-Git-Url: http://these/git/?a=commitdiff_plain;h=5ca2c8a7cfbeb0542b1cd24b5d4f635ed749ac7e;p=lemmy-ui.git Remove extra cross-post lines --- diff --git a/src/shared/components/post-listing.tsx b/src/shared/components/post-listing.tsx index 32a176a..d5d734f 100644 --- a/src/shared/components/post-listing.tsx +++ b/src/shared/components/post-listing.tsx @@ -1293,7 +1293,7 @@ export class PostListing extends Component { let post = this.props.post_view.post; let body = `${i18n.t("cross_posted_from")} ${ post.ap_id - }\n\n---\n\n${post.body.replace(/^/gm, "> ")}`; + }\n\n${post.body.replace(/^/gm, "> ")}`; return body; }