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/%7B%60%24%7BarchiveTodayUrl%7D/?a=commitdiff_plain;h=0bab91948c9dea0868b0161632c323802f678623;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 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_ &&