Skip to content

Prevent the user from bidding on their own items

pmitynny requested to merge bidding-on-own-items into main

Fixed the bug described in issue #30 (closed), where user was able to bid on their own items. Now if user goes to the item page of their own item that has an active auction, instead of input field and submit button, user should see text "You cannot bid on your own items.".

Merge request reports