diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index ca03b9801..14f2ee853 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -84,18 +84,6 @@ export class PostListing extends Component { {(new URL(post.url)).hostname} } - {post.removed && - # - } - {post.deleted && - # - } - {post.locked && - # - } - {post.nsfw && - # - } { post.url && isImage(post.url) && <> { !this.state.imageExpanded @@ -110,6 +98,18 @@ export class PostListing extends Component { } } + {post.removed && + # + } + {post.deleted && + # + } + {post.locked && + # + } + {post.nsfw && + # + }