mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 01:59:56 +00:00
fix: Remove unnecessary class
This commit is contained in:
parent
e84e2bfd1d
commit
a320f1edb1
1 changed files with 1 additions and 1 deletions
|
@ -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_ &&
|
||||
|
|
Loading…
Reference in a new issue