From 0bab91948c9dea0868b0161632c323802f678623 Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Sun, 25 Jun 2023 18:18:47 -0400 Subject: [PATCH] fix: Remove unnecessary class --- src/shared/components/post/post-listing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 763c37c..9a382d6 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -1127,7 +1127,7 @@ export class PostListing extends Component { const post_view = this.postView; return ( this.state.showAdvanced && ( -
+
{this.canMod_ && ( <> {!this.creatorIsMod_ && -- 2.44.1