Skip to content

Commit

Permalink
append auction id to auction schedule (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei authored Jul 17, 2024
1 parent dc53cf9 commit 55fb5c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const ActionDutchAuctionScheduleViewComponent = ({
dutchAuction={new DutchAuction({ description: value.action?.description })}
inputMetadata={value.inputMetadata}
outputMetadata={value.outputMetadata}
auctionId={value.auctionId}
/>
}
/>
Expand Down

0 comments on commit 55fb5c0

Please sign in to comment.