mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 10:09:56 +00:00
fix: Remove unused prop
This commit is contained in:
parent
c79894a11c
commit
e9341e791b
1 changed files with 0 additions and 2 deletions
|
@ -600,7 +600,6 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
||||||
<VoteButtonsCompact
|
<VoteButtonsCompact
|
||||||
id={this.postView.post.id}
|
id={this.postView.post.id}
|
||||||
onVote={this.props.onPostVote}
|
onVote={this.props.onPostVote}
|
||||||
postListing={this}
|
|
||||||
enableDownvotes={this.props.enableDownvotes}
|
enableDownvotes={this.props.enableDownvotes}
|
||||||
counts={this.postView.counts}
|
counts={this.postView.counts}
|
||||||
my_vote={this.postView.my_vote}
|
my_vote={this.postView.my_vote}
|
||||||
|
@ -1383,7 +1382,6 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
||||||
<VoteButtons
|
<VoteButtons
|
||||||
id={this.postView.post.id}
|
id={this.postView.post.id}
|
||||||
onVote={this.props.onPostVote}
|
onVote={this.props.onPostVote}
|
||||||
postListing={this}
|
|
||||||
enableDownvotes={this.props.enableDownvotes}
|
enableDownvotes={this.props.enableDownvotes}
|
||||||
counts={this.postView.counts}
|
counts={this.postView.counts}
|
||||||
my_vote={this.postView.my_vote}
|
my_vote={this.postView.my_vote}
|
||||||
|
|
Loading…
Reference in a new issue