Skip to content

Commit

Permalink
fix: bid table link for item
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Jan 29, 2025
1 parent 72deac2 commit c0192eb
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 c0192eb

Please sign in to comment.