diff --git a/.prettierignore b/.prettierignore index e7a0d20e..98eb0d9b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,3 @@ src/shared/translations -lemmy-translations \ No newline at end of file +lemmy-translations +src/assets/css/themes/*.css diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 93a436f3..d4d26c02 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -552,7 +552,7 @@ export class PostListing extends Component { ))} {post.removed && ( - + {i18n.t("removed")} )} @@ -589,9 +589,7 @@ export class PostListing extends Component { )} {post.nsfw && ( - - {i18n.t("nsfw")} - + {i18n.t("nsfw")} )} );