fix: Remove unnecessary class

This commit is contained in:
Jay Sitter 2023-06-25 18:18:47 -04:00
parent e84e2bfd1d
commit a320f1edb1

View file

@ -1097,7 +1097,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
const post_view = this.postView;
return (
this.state.showAdvanced && (
<div className="mt-3 user-actions-line">
<div className="mt-3">
{this.canMod_ && (
<>
{!this.creatorIsMod_ &&