Skip to content

Commit

Permalink
fix: bid table link for item (#2359)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo authored Jan 29, 2025
1 parent 72deac2 commit 6db66c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function BidsTableContent({ asset, isBidsOffchainEnabled, address, sortBy, isAcc
history.push(
isNFT(asset)
? locations.bid(asset.contractAddress, asset.tokenId)
: locations.bid(asset.contractAddress, asset.itemId)
: locations.bidItem(asset.contractAddress, asset.itemId)
)
}
>
Expand Down

0 comments on commit 6db66c4

Please sign in to comment.