From f38f9c2e1676edd97049fd18c2a5d6faef306913 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 17 Aug 2019 13:18:25 -0700 Subject: [PATCH] Needs to go below image expander --- ui/src/components/post-listing.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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 && + # + }