From: Jay Sitter Date: Sun, 25 Jun 2023 22:18:47 +0000 (-0400) Subject: fix: Remove unnecessary class X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=04770d7ef839431e523fb3a4d100197fb0ca33da;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 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_ &&