From 04770d7ef839431e523fb3a4d100197fb0ca33da 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 c00c336..f23ff90 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