Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Change todo
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Aug 19, 2021
1 parent 6d6b42a commit 04e2b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/custom/components/AccountDetails/Transaction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,11 @@ function ActivitySummary(params: {
order.status === OrderStatus.FULFILLED
? formatSmart(
getExecutionPrice({
executedBuyAmount: '1234567890', // TODO: Do we have the OrderMetaData from the API??. add execution values
executedBuyAmount: '1234567890', // TODO: when we mutate to FULLFILLED (after getting the order from the API), we need to save the actual executed amounts
executedSellAmount: '1000000000',
buyTokenDecimals,
sellTokenDecimals,
inverted: false, // TODO: handle invert price
inverted: false, // TODO: Handle invert price
})
)
: undefined
Expand Down

0 comments on commit 04e2b15

Please sign in to comment.