From: Dessalines Date: Sat, 17 Aug 2019 20:18:25 +0000 (-0700) Subject: Needs to go below image expander X-Git-Url: http://these/git/?a=commitdiff_plain;h=f38f9c2e1676edd97049fd18c2a5d6faef306913;p=lemmy.git Needs to go below image expander --- diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index ca03b980..14f2ee85 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 && + # + }