Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lifayi2008 committed Dec 14, 2022
1 parent 6df4d89 commit 358490d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/marketplace/CollectibleDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export default function CollectibleDetail() {
}
if (collectibleDetail?.order?.orderId) {
const resBid = await fetchAPIFrom(
`api/v1/getBidsHistory?chain=${chain}&orderId=${collectibleDetail.order.orderId}`,
`api/v1/getBidsHistory?chain=${chain === 'v1'? 'esc' : chain}&orderId=${collectibleDetail.order.orderId}`,
{}
);
const jsonBid = await resBid.json();
Expand Down

1 comment on commit 358490d

@vercel
Copy link

@vercel vercel bot commented on 358490d Dec 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.