fix: Remove unused prop

This commit is contained in:
Jay Sitter 2023-06-22 23:53:48 -04:00
parent c79894a11c
commit e9341e791b

View file

@ -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}