From: Jay Sitter Date: Sun, 25 Jun 2023 22:18:47 +0000 (-0400) Subject: fix: Remove unnecessary class X-Git-Url: http://these/git/%24%7Bsubmission.url%7D?a=commitdiff_plain;h=a320f1edb1c789da8ac5a179ae77275fc777f8bd;p=lemmy-ui.git fix: Remove unnecessary class --- diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 1534387..f836642 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -1097,7 +1097,7 @@ export class PostListing extends Component { const post_view = this.postView; return ( this.state.showAdvanced && ( -
+
{this.canMod_ && ( <> {!this.creatorIsMod_ &&