Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to finalize auction #1127

Open
mshearer0 opened this issue Apr 15, 2022 · 0 comments
Open

Unable to finalize auction #1127

mshearer0 opened this issue Apr 15, 2022 · 0 comments

Comments

@mshearer0
Copy link

To finalize an auction you need to be AuctionOwner and be the LastBidder.

<v-btn @click="finalizeAuction(auc.id)" :disabled="!isAuctionOwner(auc) || !isLastBidder(auc)" style=" margin:0; width:100%;" color="teal" dark> Finalize Auction </v-btn>

As you can't Bid on your own auction this seems an impossible condition.

<v-btn :disabled="isAuctionOwner(auc) || !auc.active" @click="bidModal = true" style=" margin:0; width:100%;" color="teal" dark> Bid now </v-btn>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant