projects
/
lemmy-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7889c4
)
fix: Remove unnecessary class
author
Jay Sitter
<jay@jaysitter.com>
Sun, 25 Jun 2023 22:18:47 +0000
(18:18 -0400)
committer
Jay Sitter
<jay@jaysitter.com>
Sun, 25 Jun 2023 22:18:47 +0000
(18:18 -0400)
src/shared/components/post/post-listing.tsx
patch
|
blob
|
history
diff --git
a/src/shared/components/post/post-listing.tsx
b/src/shared/components/post/post-listing.tsx
index 763c37c06917f5c6077d9fac0e6b788dde6d0b97..9a382d66c3df523cc37af9a86710a65ad919d24c 100644
(file)
--- 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<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_ &&