From 7a2c44bda3021fcecb3406b7c5990f71ff5b7336 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 17 Aug 2019 13:18:25 -0700 Subject: 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 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 && + # + }
-- cgit v1.2.3