From 04e2b152a681a3a386b723f22e98af4792cac5d5 Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Thu, 19 Aug 2021 18:07:39 +0200 Subject: [PATCH] Change todo --- src/custom/components/AccountDetails/Transaction.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/custom/components/AccountDetails/Transaction.tsx b/src/custom/components/AccountDetails/Transaction.tsx index 456ff8f36..971ecaae3 100644 --- a/src/custom/components/AccountDetails/Transaction.tsx +++ b/src/custom/components/AccountDetails/Transaction.tsx @@ -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