diff --git a/packages/atlas/src/components/_nft/NftWidget/NftWidgetContent.tsx b/packages/atlas/src/components/_nft/NftWidget/NftWidgetContent.tsx index c533af5814..4a1309f2ab 100644 --- a/packages/atlas/src/components/_nft/NftWidget/NftWidgetContent.tsx +++ b/packages/atlas/src/components/_nft/NftWidget/NftWidgetContent.tsx @@ -115,7 +115,11 @@ export const NftWidgetContent: FC = memo( title="Withdraw your bid" description="You placed a bid in a previous auction that you can now withdraw to claim back your money." /> - + )} {isOwner && ( @@ -161,6 +165,7 @@ export const NftWidgetContent: FC = memo( secondary size={size} bidFromPreviousAuction={bidFromPreviousAuction} + onWithdrawBid={onWithdrawBid} /> )} @@ -365,7 +370,11 @@ export const NftWidgetContent: FC = memo( )} {nftStatus.hasTimersLoaded && bidFromPreviousAuction && ( - + )} {nftStatus.hasTimersLoaded &&