From 5ca2c8a7cfbeb0542b1cd24b5d4f635ed749ac7e Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 25 Mar 2021 13:30:25 -0400 Subject: [PATCH] Remove extra cross-post lines --- src/shared/components/post-listing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.44.1