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:
c79894a
)
fix: Remove unused prop
author
Jay Sitter
<jay@jaysitter.com>
Fri, 23 Jun 2023 03:53:48 +0000
(23:53 -0400)
committer
Jay Sitter
<jay@jaysitter.com>
Fri, 23 Jun 2023 16:14:48 +0000
(12:14 -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 8e0cc28cfd7a3de620f87a07e990a4a01424adbf..e8ab95ebe05d29477996ebf237cfeedf92ce7404 100644
(file)
--- a/
src/shared/components/post/post-listing.tsx
+++ b/
src/shared/components/post/post-listing.tsx
@@
-600,7
+600,6
@@
export class PostListing extends Component<PostListingProps, PostListingState> {
<VoteButtonsCompact
id={this.postView.post.id}
onVote={this.props.onPostVote}
- postListing={this}
enableDownvotes={this.props.enableDownvotes}
counts={this.postView.counts}
my_vote={this.postView.my_vote}
@@
-1383,7
+1382,6
@@
export class PostListing extends Component<PostListingProps, PostListingState> {
<VoteButtons
id={this.postView.post.id}
onVote={this.props.onPostVote}
- postListing={this}
enableDownvotes={this.props.enableDownvotes}
counts={this.postView.counts}
my_vote={this.postView.my_vote}